https://issues.apache.org/bugzilla/show_bug.cgi?id=48258
Summary: Creating a session cookie with a specific default domain. Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: donn.ai...@gmail.com Created an attachment (id=24580) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24580) diffs for Globals.java and Request.java A request was made on the Tomcat email list to allow for the session cookie created to be created with a specific default domain in a fashion similar to the WebLogic server. This patch allows the default domain to be set. The user needs to set a specific System property upon startup of the container, and the session cookie will be created with the specified domain. The change includes modifications to Globals.java to specify the parameter, and Request.java to actually implement the setting of the created cookie. The diffs are attached. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org