|
Posted by Ciphex .π on 11/13/05 21:49
On 2005-11-12 07:36:59 -0500, Andy Hassall <andy@andyh.co.uk> said:
> On Sat, 12 Nov 2005 12:07:27 +0100, somaboy mx <nosuch@fakemail.fk> wrote:
>
>> I need people to be able to complete long text blocks in my cms before
>> their session times out. From the php documentation I gather that ini
>> directive session.gc_maxlifetime would be the one to adjust here.
Forgive me If I am missing something but do PHP sessions not live for
the life of the browser?
In all of my sessions work with PHP (which has been limited) the
session identifier cookie is set automatically by PHP with an expiry
time of the life of the browser... so until someone quits IE or Firefox
or whatever... their cookie is alive... therefore when they try to
access the session data again, as long as they didn't quit their
browser before going to the john.... then their form would work as
expected when they return.
Perhas we are talking about different concepts?
(This is more of a question than a helpful response, I would like to
understand.)
-Ci
Navigation:
[Reply to this message]
|