ASP to ASP.Net Session Bridge
A possible solution for migrating session-based classic ASP applications to session-based ASP.Net applications
The following operations are supported. For a formal definition, please review the Service Description.
-
getSessionValue
For a given session identifier and session variable name, return the session value -
getSessionValues
For a given session identifier, return XML schema of session data. -
setSessionValue
For a given session identifier and session variable name, set to the given session value, returning true/false -
setSessionValues
For a given session identifier and XML payload of session data (following schema (<Session GUID="{...}"><SessionItem Name="Value"/></Session>) set session values