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 |
What are the different types of classes implemented in the set interfaces? : java collections
What is the difference between Eclipse and MyEclipse?
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is IOC in spring?
What is markup language?
how to deploy the web application ?
What are the classes in the java collection framework? : java collections
What is iterator in the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Should we create system software ( e.g operating system ) in java ?
What is difference between Application Server and Web Server?
How do I find jre path in windows?