how to turn off session cookies

2005-09-28 Thread Fredrik Wendt
One-liner: How do you turn session cookies off, server side?


Hi!

Nowadays it's illegal to use cookies on web sites in sweden, without
informing the visitor that it's done and why, what cookie is etc. Since
I don't have any use of a session nor am interested in adding a page
saying we use cookies for no reason to the site in question, I'm
(after googling) wondering:

How do you turn session cookies off, server side?

In Tomcat 3.3, this could be done as seen on
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#SessionId
but I've failed to find out where this option has moved.


Thanks in advance,

Fredrik Wendt


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: how to turn off session cookies

2005-09-28 Thread Anto Paul
On 9/28/05, Fredrik Wendt [EMAIL PROTECTED] wrote:
 One-liner: How do you turn session cookies off, server side?

Context/ element has an attribute cookies. set it to false to turn
off session cookies.
See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html




 Hi!

 Nowadays it's illegal to use cookies on web sites in sweden, without
 informing the visitor that it's done and why, what cookie is etc. Since
 I don't have any use of a session nor am interested in adding a page
 saying we use cookies for no reason to the site in question, I'm
 (after googling) wondering:

 How do you turn session cookies off, server side?

 In Tomcat 3.3, this could be done as seen on
 http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#SessionId
 but I've failed to find out where this option has moved.


 Thanks in advance,

 Fredrik Wendt


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to turn off session cookies

2005-09-28 Thread Johan Wallinder

Maybee OT, but is using URL rewriting considered as cookie?


/Johan

-Original Message-
From: Anto Paul [mailto:[EMAIL PROTECTED]
Sent: den 28 september 2005 13:12
To: Tomcat Users List
Subject: Re: how to turn off session cookies


On 9/28/05, Fredrik Wendt [EMAIL PROTECTED] wrote:
 One-liner: How do you turn session cookies off, server side?

Context/ element has an attribute cookies. set it to false to turn
off session cookies.
See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html




 Hi!

 Nowadays it's illegal to use cookies on web sites in sweden, without
 informing the visitor that it's done and why, what cookie is etc. Since
 I don't have any use of a session nor am interested in adding a page
 saying we use cookies for no reason to the site in question, I'm
 (after googling) wondering:

 How do you turn session cookies off, server side?

 In Tomcat 3.3, this could be done as seen on
 http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#SessionId
 but I've failed to find out where this option has moved.


 Thanks in advance,

 Fredrik Wendt


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]