Tagged Questions
0
votes
1answer
115 views
Set a browser cookie for element
How would I create a cookie that would store the randomly added body class for one browser session or for one day. My intention would be to randomly give every user a body background image and then ...
0
votes
1answer
196 views
Cookie adding another entry instead of replacing existing value
I am using the popular jquery cookie plugin to set a session cookie value via javascript like so:
function ChangeLoginUser(sel) {
var selectedUser = sel.options[sel.selectedIndex].value;
...