RE: [Catalyst] Session problems with IE and cookies - workaround

2007-03-30 Thread Marc Logghe
Subject: Re: [Catalyst] Session problems with IE and cookies - workaround VT My workaround will: VT 1) Delete the old session VT 2) Create a new session VT 3) Return a dummy page, along with a new cookie and a redirect to VT site's main page There is easier workaround - just call $c

[Catalyst] Session problems with IE and cookies - workaround

2007-03-29 Thread Valentin Tumarkin
This is my first email to this mailing list, so please excuse me if I break any protocol. I would also like to thank all the developers of the Catalyst::* modules for providing a great and developer-friendly framework. I'm nearing completion of a Catalyst+mod_perl -based project, and I believe I

Re: [Catalyst] Session problems with IE and cookies - workaround

2007-03-29 Thread Dmitry
VT My workaround will: VT 1) Delete the old session VT 2) Create a new session VT 3) Return a dummy page, along with a new cookie and a redirect to VT site's main page There is easier workaround - just call $c-reset_session_expires on login. Why nor reset_session_expires neither