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

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

0 Answers  


What are the considerations to be made in case of loops in java ?

0 Answers  


what is difference between struts1.2 and struts2.0

1 Answers  


which book is the best for preparing for SCWCD 1.5

4 Answers   Google,


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,






What are the different types of classes implemented in the set interfaces? : java collections

0 Answers  


How do I find jre path in windows?

0 Answers  


Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


what is java virtual machine

4 Answers  


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

5 Answers   Adobe,


"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

6 Answers   Photon,


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

0 Answers  


Categories