Try using theinbox.php?
Adding to all your URLs will maintain session data if cookies are
turned off. The session ID (a random 32 character
string) is available in $PHPSESSID, so if you really wanted to you could do:
theinbox.php?PHPSESSID=$PHPSESSID
but is easier.
Mick
On Fri, 20
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 theinbo
2 matches
Mail list logo