Anyone experience this:

My site (JSP pages) does URL rewriting (response.encodeURL(url)) and I have
a form with ENCTYPE="multipart/form-data".  After the form is submitted, I
navigate to another page (URL encoded of course), but the session id in the
URL changes, which of course causes me to lose all the session variables.
Not good.

If I submit the same form without ENCTYPE="multipart/form-data", the session
id is fine.  Unfortunately, I need the multipart encoding because I am
uploading a file with the form.

Is this a bug?  Is there a way around?

Thanks,
Neil

___________________________________________________________________________
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