Can we delete old records from aspstatetempsessions table?

Swarfega

New Member
Recently I created \[code\]Session State\[/code\] in my project, code is below\[code\]<sessionState mode="SQLServer" allowCustomSqlDatabase="true" sqlConnectionString="Data Source=ADMIN-9F8C57749\SQLEXPRESS;Initial Catalog=kecbliss;Integrated Security=True" timeout="60" stateNetworkTimeout="60"></sessionState>\[/code\]The problem is day by day \[code\]aspstatetempsessions table\[/code\] is becoming bigso my question is[*]Can i delete previous days records from aspstatetempsessions?[*]How to achieve this without affecting to project ?Project details

Front end \[code\]ASP.NET\[/code\]
Back end \[code\]MS SQL Server\[/code\]
 
Back
Top