how to delete cookie information?and when it will delete?
Answer Posted / 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 |
Post New Answer View All Answers
What are the main classes of the list interfaces? : java collections
What is the enumerator of the java collection framework? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What are the interfaces in java collections? : java collections
please mail me the interview question based on java/j2ee
What are maps interfaces in the java collections? : java collections
How is hashset maintained in memory by java ?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the differences between the java collection and the java list? : java collections
What are the considerations to be made in case of loops in java ?
What are the uses of the set interfaces in the java collections? : java collections
What is the use of hashcode in java ?
What is the Spring2.5 MVC Navigation flow?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is the use of the list interface in the java collection? : java collections