[PHP-WIN] Re: Session not working

2003-07-31 Thread Voodoo
I was having troubles with my session.save_path configuration. It is solved now. Thanks to all, Voodoo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Session not working

2003-07-30 Thread Sek-Mun Wong
1) Verify that you've specified (and created) your sessiondata (usually {drive:}/php/sessiondata directory, 2) check to see if a session id has been written there. 3) if not, make sure that the apache logon (usually localsystem) has access to write to sessiondata (which it should have by default).

[PHP-WIN] Re: Session not working

2003-07-30 Thread Rob Adams
"Voodoo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using a local Apache 1.3 server on WinXP, and I've gotta test some php > scripts at home, can't publish them. I'm trying to set some session vars, > but the variables simply disappear when I try to use them again. Made the >