It is not for Cookies but for sessions. Do sessions use cookies in Cocoon ?

On 05 Sep 2005, at 21:58, Upayavira wrote:

Yves Vindevogel wrote:

Someone in this thread mentioned the answer. You need to set the cookie path to "/" within your servlet container. Otherwise, for a Cocoon mounted on /cocoon the cookie path will be /cocoon, and the cookie will be ignored when it is proxied from a URL without the /cocoon. Set the cookie path to / and your problem will go away.

Upayavira

nobody ?
On 05 Sep 2005, at 00:32, Yves Vindevogel wrote:
No, it's not for the cookies. It's really for the session.
You can see the working version on
1) http://212.221.24.70:8080/cocoon/reports.ecseed.com/test1.xsp
(working straight in cocoon)
2) http://212.221.24.70/cocoon/reports.ecseed.com/test1.xsp (proxy
forwarding / reverse from /cocoon/reports.ecseed.com to
http://127.0.0.1:8080/cocoon/reports.ecseed.com)
Not working
1) http://reports.ecseed.com/test1.xsp (proxy forwarding from / to
http://127.0.0.1:8080/cocoon/reports.ecseed.com/
Here's the 2 test pages
1)
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:xsp-session="http://apache.org/xsp/session/2.0"
create-session="true">
<html>
<body>
<xsp-session:set-attribute
name="dbase">gerac</xsp-session:set-attribute>
<p>I just set the parameter to <xsp-session:get-attribute
name="dbase"/></p>
<p>Click <a href="test2.xsp">here</a> to view a second page</p>
</body>
</html>
</xsp:page>
2)
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:xsp-session="http://apache.org/xsp/session/2.0"
create-session="true">
<html>
<body>
<p>The value now is <xsp-session:get-attribute name="dbase"/></p>
</body>
</html>
</xsp:page>
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/
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 that, I lose it again.
I assume this has to do with the cookies "path"-string.
Maybe adjust this for the domain or something (just an idea).
HTH
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Met vriendelijke groeten,
Bien à vous,
Kind regards,
*Yves Vindevogel*
*Implements*
<Pasted Graphic 2.tiff>
Mail: [EMAIL PROTECTED] - Mobile: +32 (478) 80 82 91
Kempische Steenweg 206 - 3500 Hasselt - Tel-Fax: +32 (11) 43 55 76
Web: http://www.implements.be
/
First they ignore you. Then they laugh at you. Then they fight you.
Then you win.
Mahatma Ghandi./

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Met vriendelijke groeten,
Bien à vous,
Kind regards,
*Yves Vindevogel*
*Implements*
Mail: [EMAIL PROTECTED] - Mobile: +32 (478) 80 82 91
Kempische Steenweg 206 - 3500 Hasselt - Tel-Fax: +32 (11) 43 55 76
Web: http://www.implements.be
/
First they ignore you. Then they laugh at you. Then they fight you. Then you win.
Mahatma Ghandi./
------------------------------------------------------------------------
---------------------------------------------------------------------
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]



Met vriendelijke groeten,
Bien à vous,
Kind regards,

Yves Vindevogel
Implements

TIFF image



Mail: [EMAIL PROTECTED] - Mobile: +32 (478) 80 82 91

Kempische Steenweg 206 - 3500 Hasselt - Tel-Fax: +32 (11) 43 55 76

Web: http://www.implements.be
<x-tad-smaller>
First they ignore you. Then they laugh at you. Then they fight you. Then you win.
Mahatma Ghandi.</x-tad-smaller>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to