Re: How to use Redirector...

2002-08-02 Thread Andrew Sterling Hanenkamp
This should only be necessary if you are using URL encoded sessions. The nature of cookies is such that until the cookie expires, the client should be sending the information in the cookie with each request. Regards, Sterling On Thu, 2002-08-01 at 11:51, Justin Fagnani-Bell wrote: > Thanks, > >

Re: How to use Redirector...

2002-08-01 Thread Justin Fagnani-Bell
Thanks, > The sessionMode variable is particularly poorly documented and, if true, > simply means that the session id will be appended to the URI. > > Regards, > Sterling If I'm using cookies for session management will it just maintain the session if sessionMode=true, or is sessionMode only fo

Re: How to use Redirector...

2002-08-01 Thread Andrew Sterling Hanenkamp
I was currious about this awhile back and dug through the souce code. The Treebuilder version of the sitemap uses a RedirectToURINode object to handle the statement. It contains this line: PipelinesNode.getRedirector(env).redirect(this.keepSession,resolvedURI); Here, this.keepSession is the boo

How to use Redirector...

2002-08-01 Thread Justin Fagnani-Bell
Is there any documentation on how to use either the Redirector passed to Action.act() or the sitemap tag? I've used redirect-to successfully but I would still like some documentation to make sure I'm doing things correctly. I can't find anything in the cocoon docs and the api docs don't say m