错误:错误的SQL字符串 insert into Sp_log (username,[action],content) values ('user','login','成功登陆')
Response 对象 错误 'ASP 0156 : 80004005'
HTTP 头错误
D:\WWW7Y\WEB\NENGHUI999\WEB\SYSTEM\../Sp_inc/class_Cookie.asp,行 20
已将 HTTP 头写入到客户端浏览器。对 HTTP 头的任何修改都必须在写入页内容之前进行。
修改后台登录文件的文件一般是index.asp或者manage.index.asp
Response.Buffer = True
'应该是这行,去掉就ok
'如果还不行就把
Response.Buffer = True
Response.ExpiresAbsolute = Now() – 1
Response.Expires = 0
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "No-Cache"
'全都去掉,这个是不缓存页面用的,去掉应该不会影响网站
发表评论