Clearing the ASPStateTempSessions table
The ASP.NET async session state provider automatically cleans up the database table and removes old sessions. However, you can also clear expired session data manually, by removing the ASPStateTempSessions data from the database table.
Note:
- Only the system administrator can access these features. These features are not available in Oracle environments.
- You can truncate a table to remove all the data from the table. This data cannot be recovered.
To clear expired session data from the ASPStateTempSessions table: