This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class SessionHandler |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SessionHandler |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleRequest |
Handles the request for an item that uses sessions.
|
|
ProcessRequest |
Processs the incoming HTTP request.
(Inherited from BaseHttpHandler.) |
|
SetResponseCachePolicy |
Set the response cache policy
|
|
ToString | (Inherited from Object.) | |
ValidateParameters |
Validates the parameters. Inheriting classes must
implement this and return true if the parameters are
valid, otherwise false.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.AspNet.Bridge Namespace