]
Chris Ritter commented on WFLY-3448:
------------------------------------
This is a pretty big problem for us -- any hope of merging this into 8.x?
Session ID change with sub-directories using "/" context
(virtual host)
-----------------------------------------------------------------------
Key: WFLY-3448
URL:
https://issues.jboss.org/browse/WFLY-3448
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Affects Versions: 8.1.0.Final
Environment: Wildfly 8.1.0 RC2
Reporter: David Cabillic
Assignee: Stuart Douglas
Labels: sessionid, virtualhosts
Fix For: 9.0.0.Beta1
I used a virtual host in Wildfly like this :
<host name="toto" alias="www.toto.com">
<location name="/" handler="welcome-content"/>
</host>
When I try to access
www.toto.com/sub/, a new cookie is created. It would be great with a
"/sub" context but it is not for a "/" context.