How to Delete the all browser cookies..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vivekgs2007
    New Member
    • Mar 2010
    • 62

    How to Delete the all browser cookies..

    I have created a application form. Where in that i am using many text boxes..for many text boxes i am using Ajax auto complete...so when i created a dummy record, cookies is over ridding by the ajax auto complete.

    I am deleting the browser cookies manually.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    To delete a cookie, you simply give it a TTL (time-to-live) that is in the past. See the examples @ php.net: http://uk3.php.net/setcookie

    Comment

    • vivekgs2007
      New Member
      • Mar 2010
      • 62

      #3
      This one i know...I am asking..is thr any one function that delete all the cookies present in the browser....like session...

      Comment

      Working...