Good Afternoon!        Eastern Day Light Savings Time is: 3:12:04 PM        Now the Server's Time is: 2/23/2025 2:12:04 PM

This displays the Dictionary Keys written on this page as a Session CreateObject

Set Session("myDict") = Server.CreateObject("Scripting.Dictionary")

Dim localmyDict 
Set localmyDict = Session("myDict")
	localmyDict.Add "Time" , (Now())
	localmyDict.Add "User Agent" , Request.ServerVariables("HTTP_USER_AGENT")
	localmyDict.Add "Remote IP" , Request.ServerVariables("remote_addr")


Time: 2/23/2025 2:12:04 PM
User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP: 18.224.66.85