how to delete cookie information?and when it will delete?
Answers were Sorted based on User's Feedback
Answer / raseek
choose
Tools-internet options-Browsing history
press delete-it opens one window with several option
choose Delete cookies.cookies get deleted.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / achal
you just set the maxAge ofcookie as 0
as
myCookie.setMaxAge(0);
when browser will close the cokie will also be closed.
otherwise set the age of cookie -1 for istant deleting of
cookie.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vazza jones
Some cookies have an expiration set, in this case the cookie
is deleted after the time expires. The cookies without an
expiration time are deleted after the session ends.
Is This Answer Correct ? | 2 Yes | 1 No |
how to delete cookie information?and when it will delete?
What are maps interfaces in the java collections? : java collections
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
what is difference between vector and arraylist?.
what is difference between struts1.2 and struts2.0
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
please mail me the interview question based on java/j2ee
What are the classes in the java collection framework? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
What is markup language?