Hello, I'm researching possible solutions for a following scenario and am not sure whether tomcat session replication can support it:
My site is normally available under www.site.com, www.site.fr, www.site.de etc, for 22 different countries and a total of 500 domains (partners). Usually a user stays on the site he came in to (like www.site.com), except for one important case: all payments are handled by secure.site.com. So my example looks like following: User logins on http://www.site.fr, a new session is created. User uses the site, attributes are written and read... User clicks a special link and is redirected to https://secure.site.com - secure.site.com (same webapp, different servers) loads the session previously initialized on www.site.fr and associates it locally. User uses secure.site.com, modifies attributes etc. After user is finished he jumps (on click or by simply entering the url) back to www.site.fr, the local session contains all the changes from secure.site.com. >From the documentation of tomcat 7 I read: Note: Remember that your session state is tracked by a cookie, so your URL must look the same from the out side otherwise, a new session will be created. So I understand that my scenario doesn't work outofthebox, or does it? If not, any other scenarios how to solve this use case? thanx in advance Leon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org