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
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")