Re: How can I share Sessions between Contexts?

2001-01-23 Thread Craig R. McClanahan
William Boyd wrote: > Hello, I'm a newbie to forums like this and to Tomcat so please bare with > me. I've a quick question. > > How can I share Sessions between Contexts? > You cannot, because it would violate the servlet spec. You will need to use other mechanisms to share information -- eith

RE: How can I share Sessions between Contexts?

2001-01-22 Thread William Boyd
PM To: [EMAIL PROTECTED] Subject: Re: How can I share Sessions between Contexts? Ok - maybe I am wrong and I have been numerous times but the admin directory is for administration of the server. In the future a gui interface will be installed in tomcat for server administration via webapps\admin - Since

Re: How can I share Sessions between Contexts?

2001-01-22 Thread Pete Ehli
Ok - maybe I am wrong and I have been numerous times but the admin directory is for administration of the server. In the future a gui interface will be installed in tomcat for server administration via webapps\admin - Since your context is named Admin maybe you added your own context. ( This is

Re: How can I share Sessions between Contexts?

2001-01-22 Thread Kief Morris
William Boyd typed the following on 03:48 PM 1/22/2001 -0800 >I have a User site and an Admin site, both have their own context entry in >the server.xml file. >Both Sites must also share the same session information as the interface >allows users to move from one site to another while only logging