Re: [PHP] Session SID curio

2003-02-26 Thread Ernest E Vogelsinger
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

[PHP] Session SID curio

2003-02-25 Thread Bryan Lipscy
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