New to windows/PHP!
I'm having quite a bit of trouble with getting sessions to work right. I've got PHP 4.3.1 installed on Windows 2000 with IIS. php.ini is default from installation.
Each time I run session_start(), a new session is created disgarding the previous page's session. If I call ini_set('session.auto_start', '1'), the next page returns a $SESSION['any_var'] as nothing.
How can I get the session to "stick"?


If anyone needs more info on the configuration, please let me know.

Thanks for any/all help!

Greg


-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to