I have a stateful Tapestry application which includes a wizard that steps the user from one page to another to collect input data. If I run my application in two browser windows (or tabs) within the same browser session, each instance of my application steps on the session variables in the the other instance.
I noticed that the HTML for each application contained the same jsessionid. I turned off cookies for my application at the server level (Tomcat 5.5) and then my application worked fine across two browser windows. The URLs for both instances now include the jsessionid in them and each jsessionid is different. Even though this works for me, is this really the way to solve my problem? It seems like I must be missing something in Tapestry that would handle this for me, regardless if cookies are on or off. ~Rob Breidecker ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]