Date: 11/05/00
- Next message: senthil: "[phplib] lots of dought"
- Previous message: schirrmann <email protected>: "Re: [phplib] Session Data never Removed"
- In reply to: schirrmann <email protected>: "Re: [phplib] Session Data never Removed"
- Next in thread: daniel: "Re: [phplib] Session Data never Removed"
- Reply: daniel: "Re: [phplib] Session Data never Removed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 5 Nov 2000 schirrmann <email protected> wrote:
> Hi Jens!
>
> You wrote:
> > ...the session data is never deleted. When I shut down the browser
> > and reopen it, the data is still in the (mySQL-) Database. In the
> > documentation it was said, the data is deleted on session end.
>
session data can also be deleted by calling $sess->delete() on a logout
page for example. [You can also add a meta tage to make the browser
reload to a logout page moments before the session timeout]
-n
-- ........ nathan hruby Webmaster: UGA Department of Drama and Theatre Project Maintainer: phpSlash, Carousel nhruby <email protected> ........--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: senthil: "[phplib] lots of dought"
- Previous message: schirrmann <email protected>: "Re: [phplib] Session Data never Removed"
- In reply to: schirrmann <email protected>: "Re: [phplib] Session Data never Removed"
- Next in thread: daniel: "Re: [phplib] Session Data never Removed"
- Reply: daniel: "Re: [phplib] Session Data never Removed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

