You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hed Bar Nissan <HB...@fis-software.com> on 2005/11/14 16:42:24 UTC

Session managment

--->> depreacted

I have the an application which I developed on my machine testing it all
the time with Apache 5.5.9

When I deployed it to a server 5.5.12 I got an error because each
request returned a new session.

Has there been any change?

I simply speak about - 

doPost() {

            req.getSession();

}

--->

 

---- Tried to install 5.5.9 on the server and it didn't help.

Apparently there is some Tomcat external configuration difference
between my machine and the server.

The server is windows server 2003 and is a virtual server. (Which means
it's not a real server just a machine emulation running inside something
else)

Any idea?

(It goes to how are the requests mapped to session?)

 

Tnx in advance

hed