Re: Disable the session in tomcat

2013-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Niki, On 7/18/13 1:32 AM, Niki Dokovski wrote: On Thu, Jul 18, 2013 at 12:22 AM, Christopher Schultz ch...@christopherschultz.net wrote: Daniel, On 7/17/13 5:04 PM, Daniel NAZARKIEWICZ wrote: Yes, i want to prevent session from being

Re: Disable the session in tomcat

2013-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/17/13 5:31 PM, Mark Thomas wrote: On 17/07/2013 22:22, Christopher Schultz wrote: For example, if you don't explicitly state session=false in all of your JSPs, a session will be created by default. So, you'll need to edit all the

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:

Re: Disable the session in tomcat

2013-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 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

Re: Disable the session in tomcat

2013-07-17 Thread Daniel NAZARKIEWICZ
Yes, i want to prevent session from being created because the sessions are not needed in my specific case, so no session at all in the cookie neither in the URL. Is this possible ? Daniel Le 17/07/2013 22:59, Christopher Schultz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Disable the session in tomcat

2013-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 7/17/13 5:04 PM, Daniel NAZARKIEWICZ wrote: Yes, i want to prevent session from being created because the sessions are not needed in my specific case, so no session at all in the cookie neither in the URL. Is this possible ? Yes.

Re: Disable the session in tomcat

2013-07-17 Thread Mark Thomas
On 17/07/2013 22:22, Christopher Schultz wrote: For example, if you don't explicitly state session=false in all of your JSPs, a session will be created by default. So, you'll need to edit all the JSPs you have that don't state session=false so they won't create sessions. I think you should

Re: Disable the session in tomcat

2013-07-17 Thread Niki Dokovski
On Thu, Jul 18, 2013 at 12:22 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 7/17/13 5:04 PM, Daniel NAZARKIEWICZ wrote: Yes, i want to prevent session from being created because the sessions are not needed in my