Re: [PHP] Session and MS-IE6

2004-03-02 Thread Pance
You are correct Richard. Thanks for stating the obvious. The reason I get the "undefined index.." error message is because IT DOES NOT EXIST. How does this resolve my "session" problem? Let me repeat - my code works with MS-IE 5.5 but not MS-IE6. Pance. "Richard Davey&q

[PHP] Re: Sessions, sessions and... sessions

2004-03-02 Thread Pance
... Now it works with my computer Win98 and MS-IE5.5 but not on my client's computer Win98 and MS-IE6. I think there's something seriously wrong somewhere (either PHP or MS). I'll keep you posted if I find a solution. Pance. "Puiu Hrenciuc" <[EMAIL PROTECTED]> wrote in m

[PHP] Re: Sessions, sessions and... sessions

2004-03-02 Thread Pance
... Now it works with my computer Win98 and MS-IE5.5 but not on my client's computer Win98 and MS-IE6. I think there's something seriously wrong somewhere (either PHP or MS). I'll keep you posted if I find a solution. Pance. "Puiu Hrenciuc" <[EMAIL PROTECTED]> wrote in m

[PHP] Re: Session and MS-IE6

2004-03-02 Thread Pance
ou have not logged in. Please click this to do so."); exit(); } Pance. "Puiu Hrenciuc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have you tried other browsers ? > Before you can say it is a browser issue you have to try as > many browsers as possible a

[PHP] Session and MS-IE6

2004-03-02 Thread Pance
what's going on? Is there a bug with MS-IE6 when using sessions? I've read some of the other comments here about IE6 but they apply to forms, not sessions. Pance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: seesions problem

2004-02-27 Thread Pance
live by Monday or Tuesday and it would be very embarrasing if the users were told to login every 30 seconds. Pance. "Pance" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been using the same code to verify a persons login for more than a > year - bu

[PHP] seesions problem

2004-02-27 Thread Pance
ions" and I've taken their suggestion and have stopped using session_register("user_id"). I now use $_SESSION["user_id"]). But, like I said after about a short minute, I get the following error message: Notice: Undefined index: user_id in /home/pance/public_html/menu.