Hi.

I am considering the use of a database to store session data on my next
application but still have some doubts about this topic.

Firstly, if I use <sessionState=SQLServer> only my session variables will be
stored on the database or other persistent data as application variables
also will be?

Suppose some kind of GPF on the web server. I imagine that all session data
stored before the crash will be there, but when my customers returns to the
page, the contents of their session will be recovered automatically? Can
they work from the point they were before the crash?

Thanks,

Antonio Maciel