This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Don't know what that settings does. What I know is session tracking uses cookies by default. Unless cookies are disabled. And that needs to be done via the browsers settings.
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
Usually sessions cookies can be turned off on the web container. This will prevent session cookies from being available in your web app.
I want to know how the session cookies can be turned off on the container.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12327
1
posted
0
I want to know how the session cookies can be turned off on the container.
If you have read the servlet API, you should know the circumstances that cause session ID cookies to be created. Any configuration not covered in the API will be unique to a particular server.
What problem do you think will be solved by "turning off" session cookies??