cookie parameters in javascript - Javascript Views : 254
Tagged in : Javascript
0 0
Send mail
* The name of the cookie,
* The value of the cookie,
* The expiration date of the cookie,
* The path the cookie is valid for,
* The domain the cookie is valid for,
* The need for a secure connection to exist to use the cookie.

By gowtham, On - 2010-02-02



    Login to add Comments .