Are those redirects or forwards ("redirect" or "document" views)? If
redirects, there is a fix in CVS right now that will address it.
If forwards... I don't think you need to worry about adding the session
id. You're already within the context of a request, the session will be
there.
Jeff
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 24, 2003 4:15 AM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] session tracking
>
> Hello,
>
> When using Maverick and when cookies are disabled... I use Java's
> encodeURL method to get the sessionid in the URL so the URL then looks
> something like:
> menu.m;jsessionid=XXXXX
>
> In the Maverick.xml file I got the following part:
>
> <command name="menu">
> <controller class="Menu"/>
> <view name="success" path="planning.m"/>
> <view name="error" path="menu.m"/>
> </command>
>
> Of course I want to get the sessionid passed on to the controller
class
> used in the planning-command. So the path when Menu returns success
should
> be planning.m;jsessionid=XXXXX. What is a smart way to pass the
sessionid
> on to the next pages?
>
> David
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
[INVALID FOOTER]