fix login cookie for msie

This commit is contained in:
Matt Wells
2014-09-27 21:13:14 -07:00
parent 8e6365f476
commit 903e53a239

@ -3663,7 +3663,9 @@ bool sendPageLogin ( TcpSocket *socket , HttpRequest *hr ) {
"<input type=submit value=ok border=0 onclick=\""
"document.cookie='pwd='+document.getElementById('ppp')"
".value+"
"';expires=0';"
// fix so cookies work for msie. expires= is wrong i guess.
//"';expires=9999999';"
"';max-age=9999999';"
"\"></td>"
"</tr></table>"
"</center>"