You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Deepak C S <De...@planetasia.com> on 2000/12/20 13:25:56 UTC

RE: Disable session cookies

 <%@ page session="false" %>

would solve the problem

> ----------
> From: 	Ralf Freischlag[SMTP:Ralf.Freischlag@youSmile.de]
> Reply To: 	tomcat-user@jakarta.apache.org
> Sent: 	Wednesday, December 20, 2000 6:30 PM
> To: 	Tomcat Mailinglist
> Subject: 	Disable session cookies
> 
> Hallo,
> how can I disable session cookies in Tomcat? We want to use only
> Url-rewriting for storing the session string, but
> we found no switch to turn session cookies off.
> Thank you for your help.
> 
> Greetings
> Ralf
> 
> 
> 
> -------------
> youSmile.de AG - Die Geschenkewelt im Internet -
> Ralf Freischlag
> Haid-und-Neu Str. 7
> 76131 Karlsruhe
> Tel.: +49 (0) 721 964 550
> Fax.: +49 (0) 721 964 556
> Mobil.: 0177 / 7233151
> www.youSmile.de
> 

AW: Disable session cookies

Posted by Ralf Freischlag <Ra...@youSmile.de>.
Yes, thats right, that would solve the problem for JSP scripts. But what
about other servlets. How can I disable cookies in non-JSP servlets?

bye
Ralf


-----Ursprüngliche Nachricht-----
Von: Deepak C S [mailto:DeepakCS@planetasia.com]
Gesendet: Mittwoch, 20. Dezember 2000 12:26
An: 'tomcat-user@jakarta.apache.org'
Betreff: RE: Disable session cookies


 <%@ page session="false" %>

would solve the problem

> ----------
> From: 	Ralf Freischlag[SMTP:Ralf.Freischlag@youSmile.de]
> Reply To: 	tomcat-user@jakarta.apache.org
> Sent: 	Wednesday, December 20, 2000 6:30 PM
> To: 	Tomcat Mailinglist
> Subject: 	Disable session cookies
>
> Hallo,
> how can I disable session cookies in Tomcat? We want to use only
> Url-rewriting for storing the session string, but
> we found no switch to turn session cookies off.
> Thank you for your help.
>
> Greetings
> Ralf
>
>
>
> -------------
> youSmile.de AG - Die Geschenkewelt im Internet -
> Ralf Freischlag
> Haid-und-Neu Str. 7
> 76131 Karlsruhe
> Tel.: +49 (0) 721 964 550
> Fax.: +49 (0) 721 964 556
> Mobil.: 0177 / 7233151
> www.youSmile.de
>