At 08:22 26.02.2003, Bryan Lipscy said:
[snip]
>I ran into a weird curiosity playing with sessions.
>
>Consider this working code:
> session_start();
> echo "Session ID == ".SID;
>?>
[snip]
The SID constan
I ran into a weird curiosity playing with sessions.
Consider this working code:
If I access http://hostname/sess.php from my internal network this is
the result:
Session ID ==
If I access http://www.domainname.net/sess.php from my internal network
this is the result:
Session ID == PHPSESSID
2 matches
Mail list logo