Ask a Question related to ASP.NET General, Design and Development.
-
Geraldine #1
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 after the re-boot ...
Is there a way to fix this ?
// Geri
Geraldine 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 understand that there are 3 modes in which I can configure the SessionStateModule. What I need is an out of process Session State store... -
session state ???
Hi, I have following function in a WebService-class : public int Count() { if ( null == Session ) Session = 0; else -
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... -
Aidan Glendye #2
Using a SQL DB for session state.
Geri,
If you review the following microsoft article it details
the scripts required to create a database to store the
session state in. The default location for storing
session is within temp db which is cleared out when you
restart sql server.
[url]http://support.microsoft.com/default.aspx?scid=kb;en-[/url]
us;311209
Hope this helps.
Aidan
I lose my session>-----Original Message-----
>I have encountered a problem when I restart a SQL serverboot ...>variables for ASP.NET
>
>It seems that the Temp table cannot be used after the re->
>Is there a way to fix this ?
>
>
>// Geri
>
>
>.
>Aidan Glendye Guest



Reply With Quote

