Re: Antwort: Re: Antwort: Re: Session cookies on Linux

2005-12-13 Thread Martin Gainty
sometimes the best answer is the most obvious Wunderbar! Martin- - Original Message - From: "Jan Behrens" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, December 13, 2005 12:05 PM Subject: Antwort: Re: Antwort: Re: Session cookies on Linux Answ

Antwort: Re: Antwort: Re: Session cookies on Linux

2005-12-13 Thread Jan Behrens
2.12.2005 17:41:10: > > > >> This is a shot in the dark but does the sym linked folder have write > >> permission ? > >> assume that tomcat is installed to /usr/local/tomcat..e.g. > >> chmod +w /usr/local/tomcat > >> Anyone else? > >> Vie

Re: Session cookies on Linux

2005-12-13 Thread Jan Behrens
PROTECTED]> schrieb am 12.12.2005 20:22:47: > Guten Tag Jan- > did you find any restrictions in java.policy file? > Anyone else? > M > - Original Message - > From: "Jan Behrens" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday,

Re: Antwort: Re: Session cookies on Linux

2005-12-12 Thread Martin Gainty
Guten Tag Jan- did you find any restrictions in java.policy file? Anyone else? M - Original Message - From: "Jan Behrens" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, December 12, 2005 11:55 AM Subject: Antwort: Re: Session cookies on Linux

Antwort: Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
al/tomcat > Anyone else? > Viel Gluck, > Martin- > - Original Message - > From: "Jan Behrens" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday, December 12, 2005 10:51 AM > Subject: Re: Session cookies on Linux > > >

Re: Session cookies on Linux

2005-12-12 Thread Martin Gainty
uot;Tomcat Users List" Sent: Monday, December 12, 2005 10:51 AM Subject: Re: Session cookies on Linux Anyone? I am still stuck on this, I admit that our machine's setup is a bit 'special' as it has to IPs with a server instance bound to each. But everything else works fine, e

Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
Anyone? I am still stuck on this, I admit that our machine's setup is a bit 'special' as it has to IPs with a server instance bound to each. But everything else works fine, except for this stupid cookie problem. Can someone clarify whether using symlinks within the Tomcat install directory is

Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
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 th

Re: Session cookies on Linux

2005-12-12 Thread Peter Rossbach
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///SESSIONS.ser All dirs must me writeable