Ask a Question related to ASP.NET General, Design and Development.
-
Antonio Maciel #1
Session state recovery
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
Antonio Maciel Guest
-
Session state IIS (Machine Key | Load Balanced Session)
This is a classic ASP group. Try microsoft.public.dotnet.framework.aspnet "Fred" <me@me.com> wrote in message... -
session state ???
Hi, I have following function in a WebService-class : public int Count() { if ( null == Session ) Session = 0; else -
Using a SQL DB for session state.
I have encountered a problem when I restart a SQL server I lose my session variables for ASP.NET It seems that the Temp table cannot be used... -
Asp Session state ??
I'm pretty new to asp. It seems that I am assigning to the session rather than comparing against. I want to compare it in the first peice of code... -
Session state...
Why are you calling a webservice that is within the same app. Shouldn't the web service be on a different server or at least be a different IIS...



Reply With Quote

