Re: [PHP] Problem With Session Handling

2004-02-28 Thread Rasmus Lerdorf
This stuff hasn't changed in about 5 years though. ignore_user_abort was introduced in 3.0.7 released March 1, 1999 and I remember writing that connection handling chapter in the manual sometime before that. -Rasmus On Sat, 28 Feb 2004, Kyndig wrote: > > > Rasmus Lerdorf wrote: > > Uh, sorry, I

Re: [PHP] Problem With Session Handling

2004-02-28 Thread Kyndig
Rasmus Lerdorf wrote: Uh, sorry, I meant "ignore_user_abort = On" These negated ini options suck. -Rasmus That fixed it! =) I'll make sure to read the Connection Handling chapter. I havn't looked into the php.ini docs, in quite a few php versions. I'm sure my knowledge about them is now outdat

Re: [PHP] Problem With Session Handling

2004-02-28 Thread Rasmus Lerdorf
Uh, sorry, I meant "ignore_user_abort = On" These negated ini options suck. -Rasmus On Sat, 28 Feb 2004, Rasmus Lerdorf wrote: > ignore_user_abort = Off > > in your php.ini file > > And read the Connection Handling chapter in the manual. > > -Rasmus > > On Sat, 28 Feb 2004, Kyndig wrote: > > > H

Re: [PHP] Problem With Session Handling

2004-02-28 Thread Rasmus Lerdorf
Uh, sorry, I meant "ignore_user_abort = On" These negated ini options suck. -Rasmus On Sat, 28 Feb 2004, Rasmus Lerdorf wrote: > ignore_user_abort = Off > > in your php.ini file > > And read the Connection Handling chapter in the manual. > > -Rasmus > > On Sat, 28 Feb 2004, Kyndig wrote: > > > H

Re: [PHP] Problem With Session Handling

2004-02-28 Thread Rasmus Lerdorf
ignore_user_abort = Off in your php.ini file And read the Connection Handling chapter in the manual. -Rasmus On Sat, 28 Feb 2004, Kyndig wrote: > Hi folks, > >I've been working on my website for a few years now. It uses SESSION > management. I am using: php4.3 version. A problem I have had

[PHP] Problem With Session Handling

2004-02-28 Thread Kyndig
Hi folks, I've been working on my website for a few years now. It uses SESSION management. I am using: php4.3 version. A problem I have had for awhile now is that all session information is lost if a page does not fully load. This wouldn't be an issue, except on every page load I create a My

Re: [PHP] Problem with session handling with frameset.

2002-09-09 Thread Justin French
on 10/09/02 1:01 PM, Jiaqing Wang ([EMAIL PROTECTED]) wrote: > Hello, Everyone, > I'm having some problem with the session handling in my code, it's kind of > hard to explain the whole problem but let me try. > I currently have a login page login.php which will take user input for > userid and pa

[PHP] Problem with session handling with frameset.

2002-09-09 Thread Jiaqing Wang
Hello, Everyone, I'm having some problem with the session handling in my code, it's kind of hard to explain the whole problem but let me try. I currently have a login page login.php which will take user input for userid and passwd and check them against my backend PostgreSQL database, after the pa