Good Afternoon!     Eastern Day Light Savings Time is: 5:35:30 PM     Now the Server's Time is: 11/21/2025 4:35:30 PM
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")