Maybe I'm having a brain fart, please set me straight:

I want to use session_id($myval) to use a roll-my-own MD5 session id (SID).

I don't obviously want to assign the session_id() if the session is already
established.

Given that session_id() must come before session_start() how do you tell if
a session_id has already been set before session_start()?!






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to