Hi,

        I'm using a html page to post results to  a login servlet but
then redirects it to another html page which posts results to another
servlet which then redirects it to another servlet. the first two steps
are fine, but a second redirect from the 2nd servlet to the 3rd servlet
have problems connecting and returning a page.

        My question is what could be causing this?  I'm assuming redirect
uses doGet method, which shouldn't be a problem because I'm storing info
in sessions, not passing by fields.  My session ID is pretty stable across
redirects, and time length is for invalidation is 3hrs.  The only thing I
can think of is perhaps I need to close my out writer, and destroy my
database connections before redirects.


Thanks.
-Tom

___________________________________________________________________________
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