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 callback methods?

3 Answers   iFlex,


"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,


Which interface does java.util.hashtable implement?

0 Answers  


How many controlers are there in spring? Plz send me ans

1 Answers   HCL,


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

1 Answers   Inforica,






whatis arguments &what is default argument

2 Answers   CTS,


httt method

2 Answers   HCL,


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


wnet use DAO design in u r project?

1 Answers   Godrej,


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,


what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?

1 Answers   TCS,


what is hibernate ceteria ?

4 Answers   Fidelity,


Categories