On Wed, 2007-03-28 at 16:14 -0400, Christopher Schultz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Nelson, > > Nelson D. guerrero wrote: > > I've made a little jsp to show me the current session I'm on, when using > > it on a standalone tomcat server the session never changes, when I move > > it to an apache httpd server with mod_jk connected to the same tomcat > > server the session still doesn't change, but when I add some traffic to > > both the httpd server and the tomcat server, the sessions start changing > > with every click and I'm having some trouble with the applications I'm > > deploying. > > Hmm... > > How are you checking to see if the session has changed? Are you looking > at request.getSession().getSessionId()? Or are you looking at some > particular object in your sessions to see if that has changed? > > - -chris
Hello Chris, I'm using request.getSession().getId(). --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]