| asp后台管理系统
|
减小字体
增大字体
|
问题:朋友们好,这个后台登陆文件login.asp的登陆时间已经修改成120分钟了,为何登陆的时候还是很短啊,几乎才1分钟不到就要重新登录,求助大家帮我看看,是否还有其他文件控制后台登陆时间呢!先谢谢各位!!!<!--#include file=Conn.asp--><!--#include file=other/Check_Sql.asp --><!--#include file=md5.asp --><%Session.Timeout = 120 RandNum=Session(CheckCode) response.expires = -1 if request(Action)=Login then username=HtmlEncode(trim(Request.form(username))) password=HtmlEncode(replace(trim(Request.Form(password)),,)) Md5_Pass=md5(password) GaobeiSys_CheckCode=replace(trim(Request(GaobeiSys_CheckCode)),,) if username= or password= then Response.write<script>alert(用户名和密码不能为空! &Copyright& );location.href=Login.asp;</script> Response.end end if
这个是120秒 ~~汗 如果你对朋友们好,这个后台登陆文件login.asp的登陆时间已经修改成120分钟了,为何登陆的时候还是很短啊,几乎才1分钟不到就要重新登录,求助大家帮我看看,是否还有其他文件控制后台登陆时间呢!先谢谢各位!!!<!--#include file=Conn.asp--><!--#include file=other/Check_Sql.asp --><!--#include file=md5.asp --><%Session.Timeout = 120 RandNum=Session(CheckCode) response.expires = -1 if request(Action)=Login then username=HtmlEncode(trim(Request.form(username))) password=HtmlEncode(replace(trim(Request.Form(password)),,)) Md5_Pass=md5(password) GaobeiSys_CheckCode=replace(trim(Request(GaobeiSys_CheckCode)),,) if username= or password= then Response.write<script>alert(用户名和密码不能为空! &Copyright& );location.href=Login.asp;</script> Response.end end if这个问题有好的意见或
建议,请留言
|
|
[]
[返回上一页]
[打 印]
|
|
|