[PHP] Session and MS-IE6

2004-03-02 Thread Pance
-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: Session and MS-IE6

2004-03-02 Thread Pance
./a); 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 and see if the problem is still there. What server/os/php is on your machine

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

2004-03-02 Thread Pance
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 message news:[EMAIL PROTECTED] Hello, I am a little

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

2004-03-02 Thread Pance
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 message news:[EMAIL PROTECTED] Hello, I am a little

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 [EMAIL PROTECTED] wrote

[PHP] seesions problem

2004-02-27 Thread Pance
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.php on line 13 Has anybody else come accross

[PHP] Re: seesions problem

2004-02-27 Thread Pance
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 - but I've been having some problems lately - I get past the login, but the session times-out after about 30 seconds or a minute. My