Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > How to disable cookies for session management in Tomcat

Reply
Thread Tools

How to disable cookies for session management in Tomcat

 
 
laamorim
Guest
Posts: n/a
 
      08-01-2006
Hi there.
Is there any way to tell Tomcat to never use cookies for session
management?

Regards.

 
Reply With Quote
 
 
 
 
sdavids
Guest
Posts: n/a
 
      08-01-2006
Here is a link of information with Tomcat:
http://tomcat.apache.org/tomcat-5.0-...g/context.html
in the document you will find the following:
cookies: Set to true if you want cookies to be used for session
identifier communication if supported by the client (this is the
default). Set to false if you want to disable the use of cookies for
session identifier communication, and rely only on URL rewriting by the
application.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Give Request.Cookies and Response.Cookies is there any reason to use another method to use cookies? _Who ASP .Net 7 09-18-2008 07:49 PM
Changing from cookies to URL rewriting for session management forTomcat 5.5 James Appleby Java 0 04-02-2008 04:22 PM
Persistent Cookies vs. session cookies Andy Fish Java 3 11-06-2003 10:44 AM
Session Management: NO Cookies.... Sucpraran Perl Misc 3 09-24-2003 05:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57