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

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

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