AW: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Hartmaier Alexander
Hi!

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 against browser bugs?!

-Alex


-Ursprüngliche 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
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 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 login 
 again. Not
 what you can call user friendly ;-)
 It seems that only Firefox is expiring the session cookie in 
 the correct
 way. Also, why is it only us 2 having this problem ? Is everybody else
 using Firefox only ?
 Cheers,
 Marc
 
 
 
 

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

***
T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
***
Notice: This e-mail contains information that is confidential and may be 
privileged.
If you are not the intended recipient, please notify the sender and then delete 
this e-mail immediately.
***


___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


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 against browser bugs?!

We have this problem since we started using Apache::Session + Apache::Cookie
about 5 years ago. Never had the time to actually look into it. It happens
only infrequently but often enough to have it included in our site FAQs. Said
application is running under Apache 1.3.x + mod_perl + Mason + MySQL - no
Catalyst involved!

--Tobias

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


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

2007-03-01 Thread Octavian Rasnita
Today I had that issue. I couldn't login on my site even though I've tried 
for more times with 2 different user names.
I have also tried closing and opening again the browser, but I still wasn't 
able to login.


So I wanted to read the HTTP headers sent and received by IE before trying 
to delete the cookies.
For doing that, I needed to click with the mouse cursor in the text area at 
the bottom of the browser window where IE Headers plug in shows the headers 
(for beeing able to read it with the screen reader).


After clicking there, the system started to work very slow, so I opened the 
task manager in order to see what consumes that much, and I have seen that 
the browser was using 99% of the processor.
I've killed that huge process, and after opening again IE, I was able to 
login fine, with no other problems and no need to delete the cookies.


So I think this bug is definitely related to IE or Windows and not with 
mod_perl, Apache or Catalyst.


Octavian

- Original Message - 
From: Tobias Kremer [EMAIL PROTECTED]

To: Hartmaier Alexander [EMAIL PROTECTED]
Cc: The elegant MVC web framework catalyst@lists.rawmode.org
Sent: Thursday, March 01, 2007 12:22 PM
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 so I didn't investigate 
further.

And what should I do against browser bugs?!


We have this problem since we started using Apache::Session + Apache::Cookie
about 5 years ago. Never had the time to actually look into it. It happens
only infrequently but often enough to have it included in our site FAQs. 
Said

application is running under Apache 1.3.x + mod_perl + Mason + MySQL - no
Catalyst involved!

--Tobias

___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/ 



___
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/