Posted by Jeff on 01/02/07 21:51
Hey
I'm using php version 5.2.0
I'm wondering how we can tell if session_start are resuming the current
session id or if it just created a new session?
I know I could for example do a test like this: $_SESSION["valid_user"] ==
NULL (not sure about the syntax).. but there must be a better way to
determine if session_start() starts a new session or not?
Jeff
[Back to original message]
|