We have a WebSphere Application Server 6.1. Session management is configured with replication and timeout etc... (the obvious).
An new project needs some other settings for session management (longer timeout, no replication necessary). There is a check box in the WebSphere Admin Console:
Enterprise Application > appname > Session management > Override Session management
Then the settings in the deployment descriptor are the valid ones. Only proplem is, that is not checked by default and there is no option during deployment to give that information to WebSphere. So our scripted deployment fails to check that and a human has to do it.
Is there another way to do this? Maybe via something in the deployment descriptor?