[PHP] Re: session duration

2002-07-02 Thread Ivan Voras
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message news:20020702092207.GERZ903.sccrmhc03.attbi.com@[192.168.1.103]... > >Is there a way to programatically (inside a session) change session duration > >for the current session only? (using cookie-based sessions) ? > > Wild Guess: > > What if you u

[PHP] Re: session duration

2002-07-02 Thread Richard Lynch
>Is there a way to programatically (inside a session) change session duration >for the current session only? (using cookie-based sessions) ? Wild Guess: What if you use the PHP functions to alter the php.ini value for session time out in that script before you call session_start()?... Totally