Re: Session disposal

2006-01-09 Thread Jarek Zgoda
Adrian Holovaty napisaƂ(a): >>Thanks Adrian. What I'm actually wondering about though is whether >>there is a "proper" way to clear out a session entirely? Is it just a >>matter of iterating through all of the keys and clearing them one by >>one? And on that note, I keep feeling like a user,

Re: Session disposal

2006-01-08 Thread John Martin
Thanks Adrian. What I'm actually wondering about though is whether there is a "proper" way to clear out a session entirely? Is it just a matter of iterating through all of the keys and clearing them one by one? And on that note, I keep feeling like a user, upon login, should get a fresh session

Session disposal

2006-01-08 Thread John Martin
Is there any notion of creating or disposing of a session, further than simply removing the user key from the current session (as is done in the default auth implementation)? I have items (other than the user) in the session that I don't want carried through logout/login sequences, and I'm