Re: PUT login arg caching: I've got to be missing something.

Helgi Þormar <[email protected]> Fri, 16 Sep 2005 18:40:31 +0000
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <1126896031.3838.22.camel@megatokyo>
On Fri, 2005-09-16 at 14:22 -0400, Lukas Kahwe Smith wrote:
> Helgi Þormar wrote:
> > Actually when I think about it, try the regenrate_id options (can't
> > remember what it was) but it should regenerate when you log out (or was
> > it login) anyway, that will resolve in that the back button won't do
> > this anymore since the old session id that the back button will be
> > trying to access won't exist anymore thus not being logged in ... Should
> > work that way.
> 
> alternatively you can enable "destroy" in the logout conf subarray to 
> make sure sessions are destroyed on logout.

Yeah that should work just fine also if you don't want to keep any info
in the array about that user (beside of course the whipped out user
info)

- Helgi