> The parameters come from 2 different sources: POST data and query
> parameters.
>
> But if you call request.getSession(true) before you parse the POST
> data JRUN doesn't have access to the session id (should that be where
> it is).

Now I'm getting confused ;-)

Either his servlet reads the form data or the container does it -- they
cannot both do it.
So I dont see how parsing the form data before calling getSession() would
make any
difference (i.e. how does it help the container know what was in the form
data?).
In fact, it appears that if you want the container to be able to see a
session id
contained in form data then you better call getParameter() before calling
getSession(), but then
the form data could no longer be read by the servlet....unless I'm missing
something?

___________________________________________________________________________
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