I need to store a cookie that has the following information:
key1: datetime key2: datetime key3: datetime
How can i create and access the cookie with the above properties?
I need to manipulate this cookie via javascript (I am using jquery).
(side question, javascript cookie work is 'live' correcT? i.e. it doesn't need a postback to change cookie values etc?)