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
ng another method ? Something other than the above ? The more detailed you can be the easier it is to help you. Chris McCormack -Original Message- From: Marco Rossi [mailto:[EMAIL PROTECTED] Sent: 07 May 2004 11:50 To: [EMAIL PROTECTED] Subject: tiles-cookie problem Hi, I

tiles-cookie problem

2004-05-07 Thread Marco Rossi
Hi, I modify the Bc4jRequestProcessor (JDeveloper 9.0.3) to use tiles [originally it extends RequestProcessor, now extends TilesRequestProcessor]. All works fine, but sometimes I lose all the cookies. Any suggestion? Thanks, Marco