RE: tiles-cookie problem

2004-05-07 Thread Marco Rossi
); it’s appends apparently in a random mode, not always in the same page. > Da: "McCormack, Chris" <[EMAIL PROTECTED]> > Data: Fri, 7 May 2004 12:02:47 +0100 > A: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Oggetto: RE: tiles-cookie problem >

RE: tiles-cookie problem

2004-05-07 Thread Marco Rossi
Hi Chris, I set some information in cookies during the login action in my application; then I use the cookie’s value in my action and in my jsp page. For debugging propose I show everytime the footer all the cookie’s name and value. Sometimes I “lose” all the cookie (also the session cookie); it

RE: tiles-cookie problem

2004-05-07 Thread Marco Rossi
); it’s appends apparently in a random mode, not always in the same page. > Da: "McCormack, Chris" <[EMAIL PROTECTED]> > Data: Fri, 7 May 2004 12:02:47 +0100 > A: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Oggetto: RE: tiles-cookie problem >

RE: tiles-cookie problem

2004-05-07 Thread Marco Rossi
); it’s appends apparently in a random mode, not always in the same page. > Da: "McCormack, Chris" <[EMAIL PROTECTED]> > Data: Fri, 7 May 2004 12:02:47 +0100 > A: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Oggetto: RE: tiles-cookie problem >

RE: tiles-cookie problem

2004-05-07 Thread McCormack, Chris
Hi Marco "Lose all the cookies" Can you elaborate on the losing part. Are you setting cookies on the response and they are not being written ? Are you setting cookies and then the next request they are gone ? Are the cookies inaccessible but do exist when you check your cookies using another me