2014-09-11 17:07 GMT+04:00 Elias Kopsiaftis <yemi...@gmail.com>:
> ok Thanks,
>
> I am using Tomcat7. I dont know much about Tomcat application development,
> so I will research these options you gave me before responding again.
>
> Thanks again


As written here:
http://tomcat.apache.org/lists.html#tomcat-users

Important:
1. When asking questions on the list, please state your exact Tomcat
version (which is three numbers, 7.0.x or 6.0.x), your operating
system, and essential bits of your configuration.
(...)
6. When replying, please write your text below the quoted one.

Sessionid is usually changed when authentication succeeds. For FORM
authentication and up-to-date Tomcat 7 the change happens twice (once
login form is displayed and once authentication succeeds). At that
time the old sessionid becomes invalid.

The session may also expire or be explicitly invalidated (e.g. during logout).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to