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

Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com

0 Answers  


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  


Write a postfix expression to (a*(b+c/d)*d-e)

4 Answers   Adobe,


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


How do I find jre path in windows?

0 Answers  






What is the use of the list interface in the java collection? : java collections

0 Answers  


How is hashset maintained in memory by java ?

0 Answers  


Why do you use Context Object

2 Answers   HCL,


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


what is difference between web server and application server?

1 Answers   L&T,


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


wnet use DAO design in u r project?

1 Answers   Godrej,


Categories