Cookies Attributes


  1. HTTP Only - if this cookie attribute is present then client side scripts like: - javascript cannot access the cookies.
  2. Secure - if HTTPS is not there then cookies will not be transmitted.


Comments