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

Re: [Catalyst] Session problems with IE and cookies

2007-03-05 Thread David Morel
Le 2 Mar 2007 à 02:15, Kieren Diment a écrit : On 02/03/07, Dylan Vanderhoof [EMAIL PROTECTED] wrote: I'm not really sure how to write a test case for something that only fails using IE (as best I can tell). Any suggestions? That's why I suggested HTTP::Recorder. Then convert the

AW: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Hartmaier Alexander
Nachricht- Von: Dylan Vanderhoof [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Februar 2007 18:25 An: The elegant MVC web framework Betreff: RE: [Catalyst] Session problems with IE and cookies Yeah, that's the exact issue. A majority of my users are using IE6/7, so this is really a major

Re: AW: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Tobias Kremer
Zitat von Hartmaier Alexander [EMAIL PROTECTED]: Most of the users of my cat apps use IE6/7, some (and I) Firefox. Some times in the past IE users couldn't login, deleting the cookies solved the problem, but it occurred only 3-4 times so I didn't investigate further. And what should I do

Re: AW: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Octavian Rasnita
Subject: Re: AW: [Catalyst] Session problems with IE and cookies Zitat von Hartmaier Alexander [EMAIL PROTECTED]: Most of the users of my cat apps use IE6/7, some (and I) Firefox. Some times in the past IE users couldn't login, deleting the cookies solved the problem, but it occurred only 3-4 times

RE: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Dylan Vanderhoof
: [Catalyst] Session problems with IE and cookies Can someone with access to the problem platform rig up a minimal app and a failing test case please. Not that I'm volunteering to fix it or anything, it's just that's the best way to get it fixed. http

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Thomas Hartman
Don't really understand the root of the problem, but I asked about this on #Catalyst and was told of a workaround, and saved it to my .bashrc hints. If I recall correctly, the consensus is that this is an IE6 bug. [EMAIL PROTECTED]:~ thartman_catalyst_IE6_response_redirect_prob_hint try

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Marc Logghe
-Original Message- From: Thomas Hartman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 12:09 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Session problems with IE and cookies Don't really understand the root of the problem, but I asked about

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Jeffrey Ng
framework Subject: Re: [Catalyst] Session problems with IE and cookies Don't really understand the root of the problem, but I asked about this on #Catalyst and was told of a workaround, and saved it to my .bashrc hints. If I recall correctly, the consensus is that this is an IE6 bug. Not sure

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Octavian Rasnita
catalyst@lists.rawmode.org Sent: Wednesday, February 28, 2007 3:02 PM Subject: RE: [Catalyst] Session problems with IE and cookies -Original Message- From: Thomas Hartman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 12:09 PM To: The elegant MVC web framework Subject: Re

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Bill Moseley
On Wed, Feb 28, 2007 at 03:31:39PM +0200, Octavian Rasnita wrote: I have created a site using Catalyst, and I access it with IE, but I can login with no issues. However, 2 customers told me that they can login on the site from one location, but they cannot do it from their work place. This

[Catalyst] Session problems with IE and cookies

2007-02-27 Thread Dylan Vanderhoof
I'm seeing an issue where if IE is holding a cookie when a session expires (expires set to 7200, cookie_expires set to 0), the user can't login. Login authenticates successfully, but redirects back to the login page. (Session is expired and not being deleted correctly) This does not happen with