Hello Pance,

Tuesday, March 2, 2004, 12:18:54 PM, you wrote:

P> You are correct Richard. Thanks for stating the obvious. The reason I get
P> the "undefined index.." error message is because IT DOES NOT EXIST. How does
P> this resolve my "session" problem?

You posted 2 lines of code, how are we supposed to know WHERE you set
the user_id value? If its the result of a form post, then it *might*
be the IE6 bug, as I stated. Just issuing a session_start() and
checking for a value is not indicative of the current IE6 problem at
all and is not a "known symptom".

Maybe your client just has his IE security permissions so high your
session cookie is being blocked. Or maybe some firewall/virus
software/spyware is doing the same?

P> Let me repeat - my code works with MS-IE 5.5 but not MS-IE6.

And it should still check to see if the element exists before checking
the value, regardless.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to