Enable Session State In Sharepoint 2010 Application
Step 1
Commands for Session State Management
Cmdlet name | Description |
---|---|
Turns off the session state service on the farm
| |
Removes the association to a state service database from the farm without dropping the database in the Microsoft SQL Server database
| |
Creates a session state database and turns on the session state service
| |
Returns the properties of the session state service, including time-out and database settings
| |
Returns state service applications on the farm
| |
Returns state service application proxies on the farm.
| |
Returns a state service database.
| |
Installs the state database schema into a state service database
| |
Attaches an existing state service database to the farm
| |
Creates a new state service application
| |
Creates a proxy for a state service application
| |
Creates and provisions a new state service database, and installs the state database schema into it
| |
Removes a state service database from a state service application and drops it from the SQL Server
| |
Resumes a paused state service database so that new rows of data are received
| |
Updates the credentials that are used to communicate with the state service database
| |
Updates the name of a state service application
| |
Updates the name of a state service application proxy
| |
Updates properties of a state service database
| |
Pauses a state database and thus prevents new rows of data from being added to a database
|
Check For Ur Ref Ref : http://technet.microsoft.com/en-us/library/ee890113.aspx
Step 2