Thursday 17 July 2014

Turn Off cookies on one page of your website

This can be done by using the Cookie.Discard property:

  • It gets or sets the discard flag set by the server
  • It can be true or false. When set to true, this property instructs the client application not to save the Cookie on the hard disk of the user at the end of the session 

No comments:

Post a Comment