快速业务通道

Response.Cookies(user_name).Expires=Date+1 ''指定cookie保存时间 保留COOKIES一个小时 Response.Cookies(MyCookie).Expires= (now()+1/24) Response.Cookies(MyCookie).Expires = DateAdd(h, 1, Now()) Response.Cookies(CookieName).Expires=DateAdd(m,60,now()) 设置60个月以后过期 Res

发布时间:2012-01-11 作者: 佚名 views(203)

也许很多ASP开发者都会遇到这样的情况:在会话期间(session)无故丢失sessio n。换而言之,丢失了SessionID,同样session级的变量也会丢失。   很多session丢失的原因是因为错误的程序或者是错误的虚拟目录结构。   SessionID 的改变有下面几个原因。   原因一:   Netscape的浏览器会认为/App/user.asp跟/app/user.a

发布时间:2012-01-11 作者: 佚名 views(217)

本站最早的文章之一 asp重定向-response.redirect和server.transfer 重定向的方法 (1)Server.Transfer方法: Server.Transfer(aspxuexi.asp);//页面转向(服务器上执行). 服务器停止解析本页,保存此页转向前的数据后,再使页面转向到aspxuexi.asp, 并将转向前数据加上定向后页面结果返回给浏览器 . (2)Server.Execute方法: Se

发布时间:2012-01-11 作者: 佚名 views(255)

写 cookie var expiresTime=new Date(); expiresTime.setTime(expiresTime.getTime() + 3000);//保存3秒钟 document.cookie=cookie_northsnow= + escape(我是 塞北的雪) + ;expires= + expiresTime.toGMTString(); 读 cookie var strCookie=unescape(document.cookie); var strTT=co

发布时间:2012-01-11 作者: 佚名 views(166)

本文关于session对象方法Abandon,使用该方法可以清空session中的值。 首先阅读一下微软的文档: Remarks When the Abandon method is called, the current Session object is queued for deletion, but is not actually deleted until all of the script commands on the current page have been processe

发布时间:2012-01-11 作者: 佚名 views(324)

StaticObjects 集合包含 Session 对象范围中用 OBJECT 标记创建的所有对象。该集合可用于确定对象特定属性的值,或用于遍历集合并获取所有对象的全部属性。 语法 Session.StaticObjects( Key ) 参数 Key 要检索的属性。 注释 使用循环控制结构可以遍历 StaticObjects 集合中的关键字。请看下面的示例。 % Dim objprop For E

发布时间:2012-01-11 作者: 佚名 views(185)

最近制作静态模板的时要用JavaScript来读取Cookie,MSDN上给出了下面这个函数: // Retrieve the value of the cookie with the specified name.function GetCookie(sName)// cookies are separated by semicolonsvar aCookie = document.cookie.split(; );for (var i=0; i aCookie.length; i++)//

发布时间:2012-01-11 作者: 佚名 views(179)

防止用户频繁刷新页面,可以起到一点点的作用。 方法1,session技术: 程序代码 % DimSplitReflashPage DimDoReflashPage dimshuaxin_time DoReflashPage=true shuaxin_time=10 ReflashTime=Now() if(notisnull(session(ReflashTime)))andcint(shuaxin_time)0andDoReflashPagethen ifDateDiff(s,session(

发布时间:2012-01-11 作者: 佚名 views(187)

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号