Session.Save(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function to save the sessions state for a customer
public:
abstract System::String ^ Save(bool active);
public abstract string Save (bool active);
abstract member Save : bool -> string
Public MustOverride Function Save (active As Boolean) As String
Parameters
- active
- Boolean
true
if this session is active
Returns
An XML string or null if there are no applications