Bugs item #1049922, was opened at 2004-10-19 12:24
Message generated for change (Comment added) made by cito
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1049922&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Session cookie name should be configurable

Initial Comment:
When running multiple webware instances of the same
server they all set the _SID_  cookie. My browser (IE,
Mozilla, Firefox) mixes up sites running on the same
computer but on different port numbers so I have to log
in to each site every time I have visited another of them.

I would like the cookie name to be configurable from
the Application.config file. Something like the
SessionPrefix hostname setting should make it easy to
get unique cookie names without editing the config file
for each site when deploying it.



----------------------------------------------------------------------

>Comment By: Christoph Zwerschke (cito)
Date: 2006-07-06 22:40

Message:
Logged In: YES 
user_id=193957

Changing the name of the session ID (and the cookie) with
the Application.config setting "SessionName" is now in the
SVN trunk and will be available in version 0.9.2.

An option for automatically adding the port number
(SERVER_PORT) to the cookie has not been implemented. Maybe
using the "port" cookie-attribute introduced with RFC 2965
is a better alternative?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1049922&group_id=4866

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to