OracleSessionStateStore Public Methods
The OracleSessionStateStore
public methods are listed in Table 5-5.
Table 5-5 OracleSessionStateStore Public Methods
Public Methods | Description |
---|---|
Creates a new |
|
Adds a new session state item to the database |
|
Releases all the resources for this instance |
|
Allows the |
|
Returns a read-only session item from the database |
|
Locks and returns a session item from the database |
|
Initializes the provider with the property values specified in the ASP.NET application configuration file |
|
Performs any per-request initializations that the |
|
Releases the lock on a session item in the database, if multiple attempts to retrieve the session item fail |
|
Removes the specified session item from the database |
|
Resets the expiration date and timeout for a session item in the database |
|
Updates the session time information in the database with the specified session item and releases the lock |
|
Returns a |