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());

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
The value now is xsp-session:get-attribute name=dbase/>/p> /body> /html> /xsp:page> /x-tad-bigger 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 argu

Re: ProxyPass(Reverse)

2005-09-05 Thread Upayavira
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 information

Re: ProxyPass(Reverse)

2005-09-05 Thread Yves Vindevogel
r 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 information is kept. Now I only need to find a way to link

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 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

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

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.

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

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 information is kept. Now I

Re: ProxyPass(Reverse)

2005-09-04 Thread Yves Vindevogel
t;/p> /body> /html> /xsp:page> /x-tad-bigger 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(Rev