Angie,
Check you php.ini file. If the following line is set, then you get the
behavior you are talking if two conditions exist.
session.use_trans_sid = 1
1. Cookies are off or couldn't be set for some reason.
2. You have started a session of somekind somewhere.
-Flint
-----Original Message-----
From: Angie Tollerson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 9:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] session ID in URL
Hi there, I'm running 4.0.5 in w2k, all of the sudden, for no reason I can
tell, my php session ID's are showing up in the URL
i.e. categories.php?PHPSESSID=cbd65fce282445e704707ebf2a6a85b3
I have never accessed this variable in my scripts, it is being done
completely by php somehow. Do you know why this is happening and how I can
get rid of it?
--
PHP Windows 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]
--
PHP Windows 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]