From: <glassfish_at_javadesktop.org>
Date: Wed, 21 Apr 2010 00:55:37 PDT > http://www.acros.si/papers/session_fixation.pdf >
> Browsers should Disable cookies and WebServers should
> create a new session(id) tied to the client cert
> after authentication
>
> would suggest taking a long look at "network traffic
> modification"
Thanks for your response! I'm painfully aware of this paper and the suggested general remedies. Given that requiring client certs or disabling cookie-based session management are not an option in my case, I'm wondering if there isn't (or should be) a way of configuring Glassfish around this problem, as has been done with Tomcat. (See comment https://issues.apache.org/bugzilla/show_bug.cgi?id=45255#c27)
As a web app developer, how can I change the session id after authentication?