Re: Disable the session in tomcat

2013-07-17 Thread Daniel NAZARKIEWICZ
Daniel, (Thanks for starting a new thread: it really helps the archives and threaded mailing-list readers). On 7/17/13 4:31 PM, Daniel NAZARKIEWICZ wrote: What is the procedure to disable entirely the session (JSESSIONID) within tomcat 7 ? Do you want to prevent sessions from being created at all

Disable the session in tomcat

2013-07-17 Thread Daniel NAZARKIEWICZ
What is the procedure to disable entirely the session (JSESSIONID) within tomcat 7 ? Thank you Daniel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

How to disable session completely

2013-07-17 Thread Daniel NAZARKIEWICZ
Hi, What is the procedure to disable entirely the session (JSESSIONID) within tomcat 7 ? Thank you Daniel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apach

How to use the Manager interface

2013-07-17 Thread Daniel Nazarkiewicz
Hi, I want to change the standard session manager. I added in context.xml the In my netbeans ide 7, I created in source packages of my web application the java class. When i run my web application, tomcat told me it cannot find my manager. What is the procedure to declare my session manager ? Th