how to delete cookie information?and when it will delete?

Answers were Sorted based on User's Feedback



how to delete cookie information?and when it will delete?..

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

how to delete cookie information?and when it will delete?..

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

how to delete cookie information?and when it will delete?..

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

Post New Answer

More Java J2EE AllOther Interview Questions

how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


What are maps interfaces in the java collections? : java collections

0 Answers  


Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


what is difference between struts1.2 and struts2.0

1 Answers  


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...

2 Answers   Span Systems,


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


What are the classes in the java collection framework? : java collections

0 Answers  


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


What is markup language?

1 Answers  


Categories