I have some questions regarding managing cookies without sessions in
Servlet
and JSP applications and am hoping someone else has had to address the
same issues.

I have found that some servlet containers pass session id information as
path info,
while others append the session id as a query string. We are using JRun,
which
uses the query string method. Because our application uses a mixture of
GET and POST (as do most), sessions are not being handled properly when
forms are submitted using POST. It seems my only option is to embed a
hidden field in all forms and submit it with the form. What I'm
wondering is
if anyone has come up with a cleaner solution that would not require the
hidden
form fields.

Thanks,
--jeff

___________________________________________________________________________
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