enable or disable cookies in sun one application server

I want to disable cookies in my application server. Can i do that?
[73 byte] By [SPBP] at [2007-11-26 8:12:20]
# 1

Disabling cookies is normally done by configuring client web browsers.

Appserver uses cookies if a web application creates sessions and/or explicitely creates/sets cookies. There is no specific settings within the appserver that would tell it not to use cookies. It is a responsibility of the application developer to create an app. that would not use sessions and cookies.

Sultal at 2007-7-6 21:05:11 > top of Java-index,Application & Integration Servers,Application Servers...