sorry to bring this up again, but I'm still having trouble starting the sessions on a windows server. I know the code is right because I've copied it to a linux host and it works fine. This new client is running on a windows server, and I don't have direct access to the php.ini file, so I keep having to tell the support at the web host to try different things one at a time and I think he's getting frustrated. Here's what I've done:
the session.save_path is correct, with necessary permissions and he says there are temporary files in there
I've also had him create the 'temp' folder and set permissions with no luck
Session Support = enabled
display_errors + error_reporting both on, but
Code: Select all
ini_set('error_reporting', E_ALL);
ini_set('display_errors', TRUE);After searching the forum for a few days the closest I got to an answer was this link:
viewtopic.php?t=23533
And was wondering if the last post was the answer
that is the only thing on phpinfo() that is off under the sessions section.I noticed that session.auto_start wasn't set..
Any help you can give me would be great, or advice on what to tell him to is also appreciated. I hope everyone is doing well, and sorry to bring up yet another sessions question.
J