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.