1
Answer

Classic ASP vbscript

Blumonde

Blumonde

8y
309
1

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.

Answers (1)