Hi,
I'm developing a web application which is making use of sessions. I
have the following configuration is my php.ini file
session.use_cookies = 0
session.use_trans_sid = 1
session.auto_start = 0
register_globals = On
This does not give me a new session_id when the application is opened
in the same machine. If opened from different machines it gives me a
different session_id.
I create sessions using session_register() function. My php version
is 4.2.2
How to create a unique session for every new browser instance?
-vimala/.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php