Hi, I've got sessions setup on my php site, using
cookies, and the whole standard thing.
It seems, if I connect to a page in one
browser, and the session is set with all the variables about the user viewing
the site (ie SESSION["user"]["ip"] =
$REMOTE_ADDR)
then, if the user opens a second browser,
this variable is empty.
No, browser's have been closed, and I know the
cookie delete option is set(delete cookies on browser exit) but, I'm not sure
why the second browser doesn't see these set variables?
Thankyou.
|
- [PHP-DEV] session help Graeme Canivet
- [PHP-DEV] session help Keyur Kalaria