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 |
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
which book is the best for preparing for SCWCD 1.5
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What are the classes in the java collection framework? : java collections
What is Visual Source Safe(source control Tool)?
what debugging tool that can be used to debug the java programs?
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...
How many controlers are there in spring? Plz send me ans
what is class/object diagram
what is the diffrence between insurance and telecom domain?
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions