Re: PHP sessions - user login webpage - preventing autologout due to inactivity
- From: "d" <d@xxxxxxxxxxx>
- Date: Mon, 16 Jan 2006 12:35:38 GMT
"Dave Smithz" <dave1900@xxxxxxxxxxxxxxxx> wrote in message
news:x6Ayf.136806$D47.127084@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> "Gordon Burditt" <gordonb.vjmuh@xxxxxxxxxxx> wrote in message
> news:11slek12mk0qd6@xxxxxxxxxxxxxxxxxxxxx
>
> Not yet having a moment to look into your suggestions, the actual
> behaviour my client complained about was that they were being logged out
> too quickly. Therefore they had circumstances where they typed a whole
> screen of text, pressed a save button and then found they were logged out.
>
> They probably would not care if it took a week to log out, but I would
> certainly like be able to extend it to cover there working day (8 hours or
> so) rather then the current 1.5 hours it seems to be.
>
> So any advice in this direction is welcome (but of course I do want to
> establish a general understanding for better control).
>
> Cheers
Why don't you just have your site save a draft of the text every minute or
so. You could have some javascript that copies out the contents of the form
the user is editing into an identical form in a hidden iframe, then submit
the hidden form back to itself. Hey presto - your draft has been saved, and
the session is used once more.
dave
> Dave
>
.
- References:
- PHP sessions - user login webpage - preventing autologout due to inactivity
- From: Dave Smithz
- Re: PHP sessions - user login webpage - preventing autologout due to inactivity
- From: Gordon Burditt
- Re: PHP sessions - user login webpage - preventing autologout due to inactivity
- From: Dave Smithz
- PHP sessions - user login webpage - preventing autologout due to inactivity
- Prev by Date: Re: confusing >> results
- Next by Date: Re: Mpg movie stops playing in browser
- Previous by thread: Re: PHP sessions - user login webpage - preventing autologout due to inactivity
- Next by thread: Clear Thinking Power for Comp Developers
- Index(es):