Looking for a look that I can add to the bottom of an ASP page to display the session variables & their values.
Currently I use the following to display the names, but not sure what to add to display the names & values?
Curently use this:
<%
dim i
For Each i in Session.Contents
Response.Write(i & "<br>"
Next
%>
Help is appreciated.
Currently I use the following to display the names, but not sure what to add to display the names & values?
Curently use this:
<%
dim i
For Each i in Session.Contents
Response.Write(i & "<br>"

Next
%>
Help is appreciated.