Hi,

I can't get session_register() to work on a win2k system with
IIS4.
After creating the session 'session_start()' and registering
a variable 'session_register("counter")' which is set a
a non zero value, the only thing, the session data file
contains is:
!counter|

The value never gets stored! On a LINUX system
the very same script behaves like expected.

By the way, I tryed the script with php 4.0.4pl1 and
4.0.6

Is there anything wrong with sessions on win32?

Dieter



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to