In C# I can use the statement below to add a new session value to session contents like so:
Session.Add("hello", "me");
How do I code this same statement above in VBScript?
It is vbscript server code for the classic asp website I am helping to fix.
Please help. Thank you.