You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by See Yam Lim <sy...@NetVendor.com> on 2001/04/09 16:53:49 UTC

Link Tag Question - how to turn off Jsessionid

Hi all,

I know that in LinkTag has hyperlink method check the
Action.TRANSACTION_TOKEN_KEY and append the sessionid for URL rewriting
purpose. and i wonder is it configurable so i can turn it on and off and
where can i do it. please help!


Thanks.

 
See-Yam



Re: Link Tag Question - how to turn off Jsessionid

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Mon, 9 Apr 2001, See Yam Lim wrote:

> Hi all,
> 
> I know that in LinkTag has hyperlink method check the
> Action.TRANSACTION_TOKEN_KEY and append the sessionid for URL rewriting
> purpose. and i wonder is it configurable so i can turn it on and off and
> where can i do it. please help!
> 

You can control when the transaction token is included or not, because
your actions have to decide whether or not to participate.  However, the
URL rewriting is not configurable -- and you do not really want it to be
either, because otherwise your applications would not work with clients
that do not support cookies.

> 
> Thanks.
> 
>  
> See-Yam
> 
> 
> 

Craig McClanahan