On 30.08.2007 11:06 Uhr, Julien Flotté wrote:

I have a problem when I am in a session: I want to open a new window (popup) 
but I wish to remain in my session.

It depends on whether you are using cookies or Url rewriting. With cookies it should just work. With Url rewriting you need to add ;jsessionid=1234567890 to your Url. Links in Javascript are usually not rewritten by something like the EncodeUrlTransformer [1], you have to do this by hand.

Joerg

[1] http://cocoon.apache.org/2.1/userdocs/encodeurl-transformer.html

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

Reply via email to