I am currently Internationalising a website, and have hit some issues around the jsessionIDs. I am using Apache web server that load balances across multiple JBoss app servers via mod_jk.
When I hit the site on the default GB URL, the jsessionID is correctly created on the dedicated jboss app server. e.g. www.mysite.com create session on GB_Jboss.
When I update the URL to www.mysite.com/fr, I want a new jsessionID to be created on FR_JBoss.
When I update the URL to www.mysite.com/us, I want a new jsessionID to be created on US_JBoss.
However, each time I update the URL, it always displays the original jsessionID.
I hope this makes sense? Any ideas how I can get this to work via Apache? Or id this a load balancing issue at the load balancer?