Hi,
Does one cookie just can set up one value for it?
when i want to use the cookie to store the value of user name and password, i need to create
two cookies for them, Am i right.
format;
document.cookie = "name=value; expires=date; path=path;
domain=domain; secure";