Jump to content

Java Cookie


dev

Recommended Posts

Dear frens,Can u help me sorting this problem:in classic asp i write cookie as: Response.Cookies("ePortal")("ID")="blabla"and i read cookie values as: Request.Cookies("ePortal")("P12")now with javascript i know: document.cookie="ePortal"+"="blabla";now my question is - how can i create a cookie with keys using javascript as i did with asp?I will be thankful :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...