I want hide default cookie value from request and response header so that any request capturing tools don't show cookie value. i tried various blogs in which they are saying about secure set to true but it is for setting cookig value for https. But i wan't to hide cookie information from request or response header.
I am using jdk 1.5, servlet 2.4 and tomcat 5.35