Yeah, John hinted at the answer there. You just need to make the session ID go away prior to starting the session . Just unset it or set it to the empty string or whatever you want to do.
It is probably either $_COOKIE["PHPSESSID"] or $_GET["PHPSESSID"]. Chris John W. Holmes wrote: >>"Simple" question. If a users session expires or has timed out, how do >> >> >>I 'force' php to generate a new sessionId? >> >> >Session_start() ?? > >If there isn't a session id present, it'll create one. > >---John Holmes... > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php