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

2007-03-30 Thread Marc Logghe
sts.rawmode.org > 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

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

2007-03-29 Thread Valentin Tumarkin
I see you point, and I also tried experimenting with "extend_session_expires". However it did not seem to help. Did you manage to get it to replace the cookies in the client ? In ether case - auto-extending the session is only good as long as the client keeps accessing your server. Sometime, soon

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 extend_sessi

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 recor

Re: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Kieren Diment
elegant MVC web framework *Subject:* Re: [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

RE: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Dylan Vanderhoof
t: Re: [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.

Re: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Octavian Rasnita
any idea why the cookie is sent by the application with an expiry date instead of sending a session cookie without it? Octavian - Original Message - From: "Michael Alan Dorman" <[EMAIL PROTECTED]> To: Sent: Thursday, March 01, 2007 2:11 PM Subject: Re: [Catalyst] Session pr

Re: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Michael Alan Dorman
On Wed, 28 Feb 2007 15:31:39 +0200 "Octavian Rasnita" <[EMAIL PROTECTED]> 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

Re: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Kieren Diment
ers are using IE6/7, so this is really a major problem. -Dylan > -Original Message- > From: Marc Logghe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2007 5:03 AM > To: Thomas Hartman > Cc: The elegant MVC web framework > Subject: RE: [Catalyst] Session problems

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Dylan Vanderhoof
ork > 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

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Dylan Vanderhoof
nt MVC web framework > Subject: RE: [Catalyst] Session problems with IE and cookies > > > Not sure about that. I have exactly the same problem as > Dylan. It is not > specific for IE, Opera shows the very same problem. > The user has to manually delete the cookie in order to log

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. Th

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Octavian Rasnita
IL PROTECTED]> Cc: "The elegant MVC web framework" 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 elega

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Jeffrey Ng
he 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 this on #Catalyst and was told of a workaround, and > saved it to my .bashrc hints. > > If I recall correct

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 o

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 myapp_s