-1

After updating cookie information (name and path) on all my Application Servers in WebSphere and recycling the cluster, the application stopped working correctly and wouldn't allow people to log in.

My question is, does the global webserver plugin configuration also have to be updated after updating the cookie information (name and/or path)?

dev4life
  • 103
  • 2

1 Answers1

0

JSESSIONID cookie? Then, yes. The plugin is what routes requests to servers based on the session ID, so it has to know the cookie information.

Here's an example from our plugin-cfg.xml

<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/webapp/*"/>
dbreaux
  • 301
  • 1
  • 7