How can i work with cookies and javascript?
which options can i do?
Are there ways to get information about cookies?
thanks,
roee
which options can i do?
Are there ways to get information about cookies?
thanks,
roee
| Code: |
|
javascript:alert(document.cookie) |
| Code: |
|
document.cookie = "message=hello" |