You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/10/27 04:03:51 UTC

BugRat Report #316 has been filed.

Bug report #316 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/316>

REPORT #316 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: Tomcat 3.1, 3.2
   JVM Release: Java 1.2.2
   Operating System: NT
   OS Release: 4.0
   Platform: Windows NT

Synopsis: 
Session cookies are not set if RequestDispatcher.include() is called during the request.

Description:

If a servlet calls HttpServletRequest.getSession() and then does a RequestDispatcher.include() on a JSP page, the session cookie is not set in the response.  It looks like the session cookie is never set when a RequestDispatcher.include() call is made.

Colin Evans
cevans@bitmo.com
--