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 is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC
what is diff string and stringbuffer
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
what is the difference between through and throws?
what is java virtual machine
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
What is java collection? : java collections
what debugging tool that can be used to debug the java programs?
what is mean by hasing and maping in java platform and advantage?
What causes Out of Memory exception?
What is the enumerator of the java collection framework? : java collections