Shashank Phadke wrote:
>
> 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

I know that. So how would you solve my problem ?

Martin

> >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.


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   INET, a.s.                          Mgr. Martin Kuba
Kralovopolska 139                  e-mail: [EMAIL PROTECTED]
  601 12 Brno                      WWW: http://www.inet.cz/~makub/
 Czech Republic                    tel: +420-5-41242414/33
--------------------------------------------------------------------
PGP fingerprint = D8 57 47 E5 36 D2 C1 A1  C3 48 B2 59 00 58 42 27
 http://wwwkeys.cz.pgp.net:11371/pks/lookup?op=index&search=makub
--------------------------------------------------------------------

___________________________________________________________________________
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