Sessions... SID... ???
Posted: Sat Jul 19, 2003 3:26 am
im new to php and im just now getting into sessions and i have a few questions that my book doesn't answer directly...
when i call session_start() it makes a const named "SID", right?
so this SID is totally unique?
and the only way it would ever be reused is if i call the session_destroy() function?
when i call session_start() it makes a const named "SID", right?
so this SID is totally unique?
and the only way it would ever be reused is if i call the session_destroy() function?