Hello all,

I may have done something stupid but here's my
problem:
I have a first login form page which gives its results
to a servlet to check the id and create a session.
Here's the code :

error = false ;
session = request.getSession(true) ;
if (!request.isRequestedSessionIdValid()){
    error = true ;
}

Until now it has worked well on a linux-apache-tomcat
machine: "error" remains false.
But then I moved the .war on another linux-apache-
tomcat machine and "error" is true.
It's not a cookie problem since it has worked until
now (and it is still working on the old machine) but
not on the new server.
Have I missed something basic?

Thanks for your help.
Vincent

=====
Vincent BUI,
[EMAIL PROTECTED]

PS : la signature de propagande qui suit n'est pas de mon fait.

___________________________________________________________
Un nouveau Nokia Game commence.
Allez sur http://fr.yahoo.com/nokiagame avant le 3 novembre
pour participer � cette aventure tous m�dias.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to