最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
aasp入门教程:session timeout实例教程
时间:2022-07-02 22:40:09 编辑:袖梨 来源:一聚教程网
aasp入门教程:session timeout实例教程
<%
Response.Write(Session.SessionID)
%>
输出你当前SessionID的值如123456456
下面我们来看看asp取得session超时时间吧.
<%
response.write("
")
response.write("默认时间: " & Session.Timeout & " minutes.")
response.write("
Session.Timeout=30
response.write("
")
response.write("现在时间: " & Session.Timeout & " minutes.")
response.write("
%>
输出为.
默认时间: 20 minutes.
现在时间: 30 minutes.
相关文章
- 真三国无双起源寻找记忆任务攻略分享 10-23
- 中国式相亲电表倒转卡组玩法攻略分享 10-23
- 中国式相亲勇气提升方法攻略分享 10-23
- 中国式相亲三胞胎新娘委托攻略分享 10-23
- 中国式相亲垂钓有成支线任务攻略 10-23
- 中国式相亲没有狗的世界支线任务攻略 10-23