R: Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Thanks Daniel, best regards Diego > -Messaggio originale- > Da: Daniel Mikusa [mailto:dmik...@pivotal.io] > Inviato: martedì 30 settembre 2014 15:33 > A: Tomcat Users List > Oggetto: Re: Session lost in Tomcat 5.5.36 > > On Tue, Sep 30, 2014 at 6:56 AM, Diego Ruoto

Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Hi everybody, Working on my company webapp I notice the following problem: sometimes the jsession cookie is lost, and therefore my whole http session is lost. The context is: - Tomcat v. 5.5.36 - JDK 1.5.0 - O.S. Windows - Client: Internet Explorer 8 Here is my use case:

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
Hi Chris, many thanks for your suggestion. Next week I will try to remove the cookie in excess and I'll tell you the result. Best regards Il 01/06/2011 16.29, Christopher Schultz ha scritto: > Diego, > > On 6/1/2011 6:27 AM, Diego Ruotolo wrote: > > BTW, in my previous ma

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
Hi Chris, as I said in one of my previous mail, I'm not able to reproduce the error anymore. I'm trying to figuring out what's changed (some commit made by someone of our team), and next week I'll test it on some other test environments. I'm trying to collect all the details to send you accurate i

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
r contains just values like "IT_it" . Sometimes ALSO a dup JSESSIONID is set, or a "jsessionid" (in lower case) : that's part of our webapp, maybe I should fix it... :-) Thanks, ciao -- Ing. Diego Ruotolo Software developer

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
3x9o0Jptimu3uvVgeQAKc5htM=; > > __utma=125866390.1346069185.1295258223.1306326749.1306484681.40; > > __utmz=125866390.1306326795.39.29.utmcsr= > > > > as you can see there are different cookies, the first one (AA) it's the > > guilty. It has a blank here > > > ...4tY 5Ju... > > > thanks > > Fil > > > > -chris >> - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org >> >> -- Diego Ruotolo - NoemaLife S.p.A. Ing. Diego Ruotolo Software developer NoemaLife S.p.A. Via Gobetti, 52 40129 Bologna - ITALY T +39 051 70.98.249 F +39 051 41.93.900 www.noemalife.com

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Diego Ruotolo
Hi, any suggestion for this problem? Thanks, best regards Il 25/05/2011 10.34, Diego Ruotolo ha scritto: > Hi, > > this is my first post to this list. Maybe it's a post more related to > the developers list, if so please tell me so and I will send it to that > list.

Tomcat 5.5.27, session lost, cookies

2011-05-25 Thread Diego Ruotolo
array is empty! It seems that is a time-related issue: IMHO the problem is that sometimes cookies are parsed BEFORE header is parsed. Hope I've been clear... Is this a known problem? Any suggestions? Maybe there is some "configuration tricks" I can use to avoid this problem? Th