Re: ProxyPass(Reverse)

2005-09-06 Thread Christoph Hermann
Yves Vindevogel schrieb: Hello, > Do you know where I set it in Tomcat 5 ?? No sorry, i just know how to adjust the session livetime. If you make your cookies yourself you can use this: javax.servlet.http.Cookie sessionCookie = new javax.servlet.http.Cookie("JSESSIONID",mySession.getId()); sess

Re: ProxyPass(Reverse)

2005-09-05 Thread Upayavira
Yves Vindevogel wrote: Do you know where I set it in Tomcat 5 ?? I'm afraid I don't. I use Jetty. Maybe start a new thread with an appropriate title, might catch someone else's eye. Upayavira On 05 Sep 2005, at 23:16, Christoph Hermann wrote: Am Montag, 5. September 2005 23:09 schrieb

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
Do you know where I set it in Tomcat 5 ?? On 05 Sep 2005, at 23:16, Christoph Hermann wrote: Am Montag, 5. September 2005 23:09 schrieb Yves Vindevogel: Hello, It is not for Cookies but for sessions. Do sessions use cookies in Cocoon ? The sessionid (id to identify the session) is propagated

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
If you would have included this explanation, I would have caught the hint ;-)) I did not know why everybody was talking about cookies when I needed sessions tnx On 05 Sep 2005, at 23:16, Christoph Hermann wrote: Am Montag, 5. September 2005 23:09 schrieb Yves Vindevogel: Hello, It is not for

Re: ProxyPass(Reverse)

2005-09-05 Thread Christoph Hermann
Am Montag, 5. September 2005 23:09 schrieb Yves Vindevogel: Hello, > It is not for Cookies but for sessions. Do sessions use cookies in > Cocoon ? The sessionid (id to identify the session) is propagated via cookies if enabled. Thats why i gave you the hint. Christoph --

Re: ProxyPass(Reverse)

2005-09-05 Thread Upayavira
Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, I just tested and ProxyPass(Reverse) with exactly the same arguments keeps the session information If I do ProxyPass(Reverse) /cocoon/subdir/ http://127.0.0.1:8080/cocoon/subdir/ my sess

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
ot;> The value now is On 05 Sep 2005, at 00:17, Christoph Hermann wrote: Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, I just tested and ProxyPass(Reverse) with exactly the same arguments keeps the session information If I do ProxyPass(Reverse) /cocoon/subdir/ ht

Re: ProxyPass(Reverse)

2005-09-05 Thread Upayavira
, at 00:17, Christoph Hermann wrote: Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, I just tested and ProxyPass(Reverse) with exactly the same arguments keeps the session information If I do ProxyPass(Rev

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
://apache.org/xsp/session/2.0" create-session="true"> The value now is On 05 Sep 2005, at 00:17, Christoph Hermann wrote: Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, I just tested and ProxyPass(Reverse) with exactly the same argument

Re: ProxyPass(Reverse)

2005-09-04 Thread Yves Vindevogel
t;true"> The value now is On 05 Sep 2005, at 00:17, Christoph Hermann wrote: Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, I just tested and ProxyPass(Reverse) with exactly the same arguments keeps the session information If I do ProxyPass(Reverse) /coco

Re: ProxyPass(Reverse)

2005-09-04 Thread Christoph Hermann
Am Sonntag, 4. September 2005 23:45 schrieb Yves Vindevogel: Hello, > I just tested and ProxyPass(Reverse) with exactly the same arguments > keeps the session information > > If I do ProxyPass(Reverse) /cocoon/subdir/ > http://127.0.0.1:8080/cocoon/subdir/my session info

Re: ProxyPass(Reverse)

2005-09-04 Thread Yves Vindevogel
I just tested and ProxyPass(Reverse) with exactly the same arguments keeps the session information If I do ProxyPass(Reverse) /cocoon/subdir/ http://127.0.0.1:8080/cocoon/subdir/my session information is kept. Now I only need to find a way to link / to /cocoon/subdir/ because when I use

ProxyPass(Reverse)

2005-09-04 Thread Yves Vindevogel
Hi, I asked this before and I received some answers but I never got this to work. When using ProxyPass and ProxypassReverse between Apache and Tomcat/Cocoon, I lose the Session variables. It works when I do not use Apache. It's a known phenomenom, it seems. http://issues.apache.org/bugzilla/show