[Catalyst] Re: Session Problem with IE

Fayland Lam fayland at gmail.com
Mon Mar 26 12:21:43 GMT 2007


wp wrote:
> hello everyone, i'm new from china, i must say this mail-list helped me
> a lot.
> 
> I have a problem in using Session in catalyst;
> 
> I use plugins as follows:
> Session
> Session::Store::FastMmap
> Session::State::Cookie
> 
> This problem happens when i call "delete_session" method in
> "logout"(this is my own action).
> 
> When I test with firefox, there is no problem.
> 
> but when i test the website in IE, after "logout", session is deleted on
> the server side, but the cookie on the client is still exist. So I can
> not login again.


well, in Session::State::Cookie, I see something like set the expires as
0 (means it will expire after browser closed).
maybe I should suggest to change the sessionid as '' instead of set
expire as 0?

Regards,


> 
> How can I expire the cookie on the IE client? Is the delete_session
> method right?
> 
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
> 




More information about the Catalyst mailing list