You must explicitly encode the URL using...

   <A href=servletResponse.encodeURL("management.jsp?id=<%=ka%>")>
       <%=user.getKaName(ka)%>
   </A>

Mike


--- "Werff, M.R. van der" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm trying to support browsers that don't have cookies enabled. The
> autoencoding of Orion works fine in most cases. It automatically
> appends
> ;jsessionid=EDGKOOGMNHNH to most URLs. It even works on URLs with a
> parameter: password.jsp?oper=modify becomes
> password.jsp?oper=modify;jsessionid=EDGKOOGMNHNH.
> 
> So far so good. It does not work when I'm creating the links from
> information from a session bean:
> 
>       <A href="management.jsp?id=<%=ka%>"><%=user.getKaName(ka)%></A>
> 
> In that case I'm ending up with: management.jsp?id=midip without the
> ;jsessionid=EDGKOOGMNHNH part, and so the user is required to login
> again
> when accessing this link.
> 
> Any help is appreciated.
> 
> Cheers, Martin.
> 
> 
> 
> Martin van der Werff
> KPN Research, PO Box 15000, 9700 CD Groningen, The Netherlands
> Tel (+31 50 58) 21005, Fax (+31 50) 3122415
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to