Re: session sharing in Tomcat v7.0

2012-11-25 Thread Mark Thomas
JB JUNG wrote: >and how can I get these two webapps to share session? You can't with Tomcat configuration. You'd need to use some external component to share data between the applications (e.g. database, cache, etc.) Mark -

RE: session sharing in Tomcat v7.0

2012-11-25 Thread Caldarale, Charles R
> From: JB JUNG [mailto:itsjb.j...@samsung.com] > Subject: session sharing in Tomcat v7.0 > When I created 2 webapps in 1 host and I wanted to get these 2 webapps > to use 1 session. This is specifically prohibited by the servlet spec (which you should read): "7.3 Session Scope "HttpSession o