You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Pierre Métras <ge...@sympatico.ca> on 2000/11/22 03:21:01 UTC

Session tracking problem?

Hi,

I'm testing the transition to Struts v1.0. Is there a known problem with the
session tracking with Struts (last night build) + tomcat 3.2B7?

When I disable cookies on IE5.5 (prompt to accept cookies) and start my
application, I observe the following behavior:

[1] Firts page
Proposed cookie JSESSIONID=9w07jwaxv1 (refused, of course)
<struts:link> used for a menu in the page encode the cookie: <a
href="menu.do;jsessionid=9w07jwaxv1?action=Mosaic"...

[2] Click on a link to go to a simple JSP page (no form)
Proposed cookie JSESSIONID=3caoq0b0l1
Now, the links of the menu encode the new cookie instead of keeping the
previous session id: <a
href="menu.do;jsessionid=3caoq0b0l1?action=LanguageFR...

Has someone observed the same behavior or did I introduced a bug when I
recreated my struts-config.xml file?

Pierre Métras