|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: IIS session & application variables
From: saphyr (saphyr
infomaniak.ch)
Date: Fri Nov 26 2004 - 02:56:12 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>I was wondering if someone knows about a tool that can get the
>application/session variables on my IIS session ...
[...]
Hi there !
You can try this:
-------------------------------
Dim k
For Each k In Session.Contents
Response.Write k & " - " & Session(k) & "<br>"
Next
For Each k In Application.Contents
Response.Write k & " - " & Application(k) & "<br>"
Next
-------------------------------
.antoine
Information Systems Security - Geneva, CH
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]