I have one webapp on one Tomcat 7 (7.0.28) server. I would like to use the built in parallel deployment feature of Tomcat (FOO##001.war, FOO##002.war, etc) but I can't have users stay on the old version until their session times out or is otherwise invalidated. I also can't just invalidate their session on the older webapp and make them log in again on the new webapp. I've looked into clustering tomcat servers but again, I only have the one Tomcat instance.
Is there a simple way using my existing setup without changing too much (or anything, preferably) to migrate sessions automatically from the old version to the new version, without invalidating sessions or booting users from the webapp?