RE: [PHP] Session not time out if server has NO visit in 30 minut es? From: Joss Shen (sj <email protected>)
Date: 11/15/00

Hi, thanks.

But the funny thing I found out is, by changing

session.cookie_lifetime = 0

to

session.cookie_lifetime = 1200

Netscape Navigator browser works - it accepts the cookie, but in IE, seems
it did not get any cookie.

But if I change it back to 0, IE could work, just don't timeout in 30
minutes.

Can you help me again?

Thanks in advance.
-Joss

> -----Original Message-----
> From: Ignacio Vazquez-Abrams [SMTP:ignacio <email protected>]
> Sent: Wednesday, November 15, 2000 11:42 AM
> To: Joss Shen
> Cc: php-general <email protected>
> Subject: RE: [PHP] Session not time out if server has NO visit in 30
> minut es?
>
> On Wed, 15 Nov 2000, Joss Shen wrote:
>
> > Sorry, I didn't. How can I do that??
> >
> > -Joss
> >
> > > -----Original Message-----
> > > From: Ignacio Vazquez-Abrams [SMTP:ignacio <email protected>]
> > > Sent: Wednesday, November 15, 2000 11:11 AM
> > > To: Joss Shen
> > > Cc: php-general <email protected>
> > > Subject: Re: [PHP] Session not time out if server has NO visit in 30
> > > minutes?
> > >
> > > On Wed, 15 Nov 2000, Joss Shen wrote:
> > >
> > > > Hi there,
> > > >
> > > > [snip]
> > > >
> > >
> > > Quick question: are you specifying that sessions should expire in
> thirty
> > > minutes?
> > >
> > > --
> > > Ignacio Vazquez-Abrams
> > >
> >
> >
>
> Either in session.cookie_lifetime in php.ini or with
> session_set_cookie_params().
>
> --
> Ignacio Vazquez-Abrams <ignacio <email protected>>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>