查看ASP Session 变量的小工具

2016-01-29 18:38 24 1 收藏

查看ASP Session 变量的小工具,查看ASP Session 变量的小工具

【 tulaoshi.com - ASP 】

 

<%@ LANGUAGE="VBSCRIPT" %
<%
'#####################################################
'Function: 
'           List server Session variable &  Application  variable
'Author: Hardy He
'Date:   2003-3-12 23:30
'Memo: Be care for diffrent virtul path show diffrent Session
'#####################################################
%
<table border="2" cellspacing="1" bordercolor="#800000" width="100%" id="AutoNumber1" bordercolorlight="#808080" bordercolordark="#FFFFFF" height="37" bgcolor="#D6D3CE"
<%
  Dim sessitem
   
 
  response.write "SessionID: " & Session.SessionID & "<br"
  response.write "List of " & Session.Contents.Count & "   items in Session  contents collection: "
 
 
  intItem=1
  For Each sessitem in Session.Contents
    response.write "<tr"
    If IsObject(Session.Contents(sessitem)) Then
         Response.Write  "<td"+CStr(intItem) + "</td"
           Response.Write  "<td"+sessitem+ "</td"
           Response.Write  "<td"+"Session object"+ "</td"
    Else
      If IsArray(Session.Contents(sessitem)) Then        
        Response.Write  "<td"+CStr(intItem) + "</td"
         Response.Write  "<td"+"Array Object "+ "</td" + "<td"
                 
         For each objArray in Session.Contents(sessitem)
         Response.Write  "***;"
         Next
         Response.Write "</td"
                 
      Else
             Response.Write  "<td"+CStr(intItem) + "</td"
        Response.Write  "<td"+ sessitem + "</td"
        Response.Write  "<td"+ CStr(Session.Contents(sessitem)) + "</td"        
      End If
    End If
    response.write "</tr"
    intItem=intItem+1  
  Next
 
%
</table

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/asp/)

<br
<hr
LIST Application

<hr
<table border="2" cellspacing="1" bordercolor="#800000" width="100%" id="AutoNumber1" bordercolorlight="#808080" bordercolordark="#FFFFFF" height="37" bgcolor="#D6D3CE"
<%

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/asp/)

   intItem=1
   For Each Key in Application.Contents

    Response.Write  "<tr"
    If IsObject(Application.Contents(intItem)) Then
    
     Response.Write  "<td"+CStr(intItem) + "</td"
     Response.Write  "<td"+CStr(Key) + "</td"
     Response.Write  "<td"+"Object" + "</td"
    
    Else   
     Response.Write  "<td"+CStr(intItem) + "</td"
     Response.Write  "<td"+CStr(Key) + "</t

来源:http://www.tulaoshi.com/n/20160129/1506663.html

延伸阅读
标签: ASP
  许多人利用Session变量来开发ASP(Active Server Pages)。这些变量与任何编程语言中通用的变量非常相似,并且具有和通用变量一样的优点和缺陷。任何命令都需要运行时间和存储空间(甚至GOTO’s语句如此),Session变量同样需要自己的运行时间和存储空间。过多地使用Session变量就会导致无法代码冗余,并且使服务器运行成本提高下面...
标签: 电脑入门
Windows系统下已经有不少的驱动备份还原工具了,但备份下来的驱动包往往需要人工修改后才能在WinPE中使用,下面就为大家介绍一款备份后可用于PE的工具--GetPeDriver。 先在正常的系统中打开GetPeDriver,在软件列出的设备中选择你想要备份的驱动,然后双击[分析INF](上述操作也可以通过双击显示的设备来完成)。 双击[分析INF]后会转入INF优化...
标签: windows系统
Win8实用小工具推荐   这是个绿色工具,不仅支持Windows 8,也可以在Win7下使用,文件包里有对应系统的版本。解包后双击ShutCP.exe文件就会打开电源相关选项,如下图所示: 电源选项一应俱全 你可以把这个程序文件固定到Win8的开始屏幕上,这样下次要关机/重启的时候就方便多了。 固定到开始屏幕,用起来更方便...
标签: 电脑入门
相信很多朋友都已经用上Windows 7,在使用过程中是不是还有不太明白的地方呢?本站将采用寓教于乐的方式答疑解惑,通过精彩生动的漫画帮助大家学习Windows 7 。
标签: windows系统
Windows8系统自带的截图小工具   1、系统下同时按住键盘上 Windows 和 F 键打开搜索菜单 ,点击应用。参见下图 2、在应用里面点击截图工具启动截图。参见下图 3、由于每次在应用里打开截图工具比较繁琐,可以在截图工具上右键选择固定到任务栏,以后就可以在任务栏里选择使用了。参见下图 4、启动截图工具后...

经验教程

944

收藏

94
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部