Thanks for the input Peter. What I see now is even more confusing to me; - Tomcat sets a cookie containing a session id X - On the request however, the URL gets rewritten using session id Y (and X != Y)
All subsequent requests made are handled via URL rewriting using session id Y. I can see this behaviour both on my own app as well as on the admin app... I am at a loss as to what to do next :( Any ideas? TIA, Jan Peter Rossbach <[EMAIL PROTECTED]> schrieb am 12.12.2005 10:07:02: > a) Setup Firefox LiveHTTPHeader Plugin or nettools http proxy to scan > you traffic. > When tomcat not see a JSESSIONID cookie at the request the can't > associate a session. > > b) StandardSession Manager store all Session at shutdown app at > work/Catalina/<host>/<app>/SESSIONS.ser > All dirs must me writeable for your tomcat user > . > Peter > > Jan Behrens schrieb: > > >Hi list, > > > >I have a problem with session cookies on a Linux server. Both Tomcat > >instances running on the machine don't seem to be able to store session > >data in cookies. They otherwise work just fine, just no cookies. I have > >obviously checked all browser settings as well as made sure that all > >webapps in question have the cookie flag turned on. However, Tomcat is > >still not setting any cookies... > > > >My set-up: > >- Suse Linux server (kernel 2.6.8-24.18-smp) > >- Multiprocessor machine with 4 GB memory > >- Sun VM 1.4.2_08-b03 > >- 2 Tomcat 5.0.28 instances > > > >Maybe this is a problem with fileset permission's? Tomcat runs as user > >tomcat and I think I checked each dir Tomcat needs to write into but I am > >not sure where cookies are normally stored in. Is this the temp dir or > >somewhere else? > > > >I would be very grateful for any help or suggestions as to what to do to > >get this fixed. > > > >TIA, Jan > > > > > >Jan Behrens > >OFFIS > >FuE-Bereich Betriebliches Informationsmanagement > >Escherweg 2 - 26121 Oldenburg - Germany > >Fon: +49 4 41 97 22 - 187 - Fax: +49 4 41 97 22-102 > >E-mail: [EMAIL PROTECTED] - URL: http://www.offis.de > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
