Hey Dmitry ! Calling $c->reset_session_expires did the trick indeed ! Now authentication works both for IE and Opera. Thanks a million. Regards, Marc
> -----Original Message----- > From: Dmitry [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 29, 2007 5:51 PM > To: [email protected] > 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->reset_session_expires on login. > Why nor reset_session_expires neither extend_session_expires > are not documented if they are public? > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > > _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
