* Thus wrote Nadim Attari:
> 
> > I have a problem with sessions.  If someone closes their internet explorer
> > window without logging off the session remains open.  When you try to go
> > back to the site IE hangs until I manually remove the sess_xxxx files from
> > the /tmp directory.  Any insights on this one??
> >
> > VR/Tim
> 
> http://www.php.net/setcookie
> (find 'expire' in this manual)

Actually you want:
  http://php.net/session

Under cookie_lifetime.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to