Query about Session Management in SQL Server
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi every buddy, well recently I've started working on a shopping cart project which has some serious session Management issues. So anyhow, we decided to get the session management working with SQL Server and that's the first time I'm doing it. So I read some articles and made a test app for using it this way. Now there's a question buzzing in my mind. Does .NET delete the record made in the SQL Server database for this Session Mgmnt purpose? I suppose it should, but if it doesn't do we need to build our own mechanism to do that? Looks pretty far fetched to me but still I thought I should ask the experts out there for a good suggestion. :rose: Thanks in advance.
Rocky My Blog