Hello!
I've created an app based on Tapestry 4 that I'm deploying on a
server with a Tomcat 5.5 and an Apache with mod_jk and SSL.
If I open this app in the browser, I'll first get a cookie with
JSESSIONID X. Then, on the first page the app is using a different
JSESSIONID in its rewritten urls ("/XYZ/app;jsessionid=Y"). This was
causing some problems because each first request resulted in an error
as all stuff that I had stored in the session was gone.
I hat to turn off cookies for my app to make it work properly.
However, my question now is "why"? Why are the session ids from the
rewritten url and the cookie different? What am I missing?
Christian
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]