What are setSecure() and getSecure() methods in Cookies?
Answer / harikrishna ravada
setSecure:
Indicates to the user agent that the cookie should only be
sent using a secure protocol (https). This should only be
set when the cookie's originating server used a secure
protocol to set the cookie's value.
public void setSecure(boolean flag)
getSecure:
Returns the value of the 'secure' flag.
public boolean getSecure()
Is This Answer Correct ? | 1 Yes | 0 No |
How does tomcat servlet container work?
Which event is fired at the time of project deployment and undeployment?
Describe some assignments that are executed by servlet container?
How to invoke a Servlet?
explain filters in java?
Which java framework is most popular?
Explain the role of dispatcherservlet and contextloaderlistener.
How do servlets work?
How the JSP file will be executed on the Server side?
What is the procedure for initializing a servlet?
What are the different methods involved in generic servlet?
What is a cookie What is the difference between session and cookie