Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Servers.SessionAction

Summary

Specifies an action to perform on the session object when the request handler returns.

Enum values

2 Cause the session and the associated cookie to be deleted. The deletion occurs in Session.CleanUp(HttpResponse, bool).
1 Cause any changes to the session to be ignored. The next request will receive the previous state of the session.
0Causes changes to the session to be saved.