> "Simple" question. If a users session expires or has timed out, how do
I
> 'force' php to generate a new sessionId?
> 
> I wrote a handler that stores sessions into a mysql table, and am able
> to test if it has expired or not. But how do I get php to start a new
one?

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

Reply via email to