Home | History | Annotate | Download | only in js

Lines Matching full:expires

758                     + "; expires=" + expiration+"; path=/";
1017 expires = date.toGMTString(date.setTime(date.getTime()+(10*365*24*60*60*1000)));
1019 //alert("expires: " + expires)
1020 writeCookie("pref_lang", lang, null, expires);