I'm programming an easy webmail and I've tried to use sessions. It works perfectly
with cookies activated in the browser but I want it to be able for people which
doesn't like cookies.
If I've understood this correctly I should be able to fetch the sessiondata if I link
something like theinbox.php?PHPSESSID=thesessionid - it won't work tho. I use
session_start() in theinbox.php
Anyone who has any idea about what I'm doing wrong? Should I define the session id for
session_start or something?
Best regards,
Jome
--
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]