| Reply To Message: |
| Posted By |
n/a on 2/10/2002 6:55:00 PM |
| Subject: |
ASP.NET session state |
| Message: |
No other logins aside from machinename\ASPNET and Administrators of course are granted access to the SQL Server. When I'm not familiar with is the meaning of the guest account which cannot be removed from tempdb. Reason for which I'm thinking of "relocating" the data to another database.
Another solution would be to encrypt the session data using a similar mechanism used by ASP.NET to encrypt ViewState/cookie data (that is, using the machine key defined in machiine.config). |
|