javax.servlet.http.Cookie implements java.lang.Cloneable
There is a setSecure call method in the Cookie method, what is it used for? if I setSecure (true), is there anything I need to do on my client side (javascript) to read the cookie? what else is set / without setSecure?
java session-cookies servlets
cometta
source share