> Yes, you can recover the sessionid parameter value from the request headers
> if the session
> object reports that cookies are turned off and put it in a correctly named
> hidden input
> in the form. That may work ok :)
>
> Andy Bailey

It is not guaranted that the session will be held as parameter.
Yes, Apache uses a parameter named "JServSessionId",
many other servlet engines do it also, but some servlet engines
keep the session in PATH_INFO part of the URL or somewhere else.

See www.sun.com, it uses :

http://www.sun.com/share/text/SMICopyright.html;$sessionid$5Z0OCPAAAWZNRAMUVFZE3NQ

Martin

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