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 types of the main implementing classes in the map interfaces? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
Which sorting algorithm is used by collections.sort() in java ?
What are the different types of ways where you can iterate over a list? : java collections
What are the queues in the java collection framework? : java collections
waht are architecture of web application?
Which is the better framework for web applications, struts or spring, and why?
What is a constructor?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What do you understand by synchronization? Why is it important?
What is the difference between Eclipse and MyEclipse?
whatis arguments &what is default argument