Martin --

The name of the variable holding the session id should be transperent to the
app developer. The webserver / servlet engine implementing the
HttpServletRequest.encodeURL API of the JSDK spec should change your URL
with the key value pair of <parameter_name>=<value> appended to it. You
will, however need to append additional paramters to the encoded URL or use
hidden fields in the forms to pass the parameters.

Try encoding any URL you got and see the resulting string. It will
automagically be different for different API implementations.

Shashank

>From: Martin Kuba <[EMAIL PROTECTED]>
...
>I need to redirect browser to another website,
>which will redirect the browser back after a while,
>and I need to keep the session. If the browser
>uses cookies, it makes no problems, but if the browser
>does not use cookies, I must use URL rewritting
>and the URL pointing back to my site must contain
>session parameter.
...


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to