Blumonde

Blumonde

  • NA
  • 78
  • 27.5k

Classic ASP vbscript

Jul 11 2016 8:35 PM

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)