Persistent cookies won't work
Reported by lukaso | September 18th, 2010 @ 12:49 AM
The following code in html.js:187-:
Envjs.saveCookies = function(){
var cookiejson = JSON.stringify(Envjs.cookies.peristent,null,'\t');
//console.log('persisting cookies %s', cookiejson);
Envjs.writeToFile(cookiejson, Envjs.cookieFile());
};
Should change the following line 188 to:
var cookiejson = JSON.stringify(Envjs.cookies.persistent,null,'\t');
};
persistent is misspelled.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment