My PHP script (with --trans-sid enabled)
assigns a session ID for people without cookies.
No big deal, right?
BUT THE BIG QUESTION IS:
Can I immediately know what long string PHP assigned to the session,
without having to click to a different page first?
I want one single PHP page to
#1 - assign a session
#2 - then use header ("Location: http://someurl.php?PHPSESSID=" . $userid)
immediately in that same page.
((The reason why would take too long to explain.))
So... HOW COULD I DO THIS? (without cookies enabled?)
--
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]