Nobody likes cookies, and more and more websites are allowing viewers to disable these. But here’s some code I used in the early days to read and write cookies.
1 | function createCookie(cookiename,obj) |
Nobody likes cookies, and more and more websites are allowing viewers to disable these. But here’s some code I used in the early days to read and write cookies.
1 | function createCookie(cookiename,obj) |