Posted by Rik on 01/21/07 01:52
harsha.patibandla@gmail.com wrote:
> Hi,
>
> What happens when the the previous session cookie is not destroyed
> (but session_destroy() and session_unset() have been used previously)
> apart from the fact that the previous session id will be used. Does
> this mean that the previous session only will continue?
>
> Could this cause problems while logging in (assuming only the session
> id is stored in the cookie and all the session variables are set again
> on the checklogin page)?
As long as you have deleted all session data it will be treated like a
brand new, shiny session. No previous data will be found.
--
Rik Wasmus
[Back to original message]
|