all groups > asp.net webcontrols > november 2005 >
You're in the

asp.net webcontrols

group:

Losing Session Values


Re: Losing Session Values Peter Rilling
11/30/2005 8:58:16 AM
asp.net webcontrols:
One possible reason might be that the web app is being recycled by IIS.
What this means is that periodically to recover resources and such, IIS will
drop the existing app domain and restart a new one. In this case, all
session information is lost. Don't know if this is happening to you, but it
is one possibility.

[quoted text, click to view]

Losing Session Values ruca
11/30/2005 3:48:04 PM
Hi,

I have a question for you all...

I have two pages, where one it's for user fill some fields information and
the second page ia a confirmation page.

Here I have a problem, I'm using session variables to pass some values from
one page to another. The problem is that some times (yes, I mean some times
and not all times) I'm lossing this values, like the variables never exists.

How can this happen???

Can anyone give me some opinion???



--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca

Re: Losing Session Values ruca
11/30/2005 4:08:46 PM
How can I verify this?


--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca


"Cor Ligthert [MVP]" <notmyfirstname@planet.nl> escreveu na mensagem
news:OuP2Odc9FHA.1028@TK2MSFTNGP11.phx.gbl...
[quoted text, click to view]

Re: Losing Session Values Cor Ligthert [MVP]
11/30/2005 5:01:47 PM
Ruca,

Are you sure that all your client have cookies enabled?

Cor

Re: Losing Session Values Cor Ligthert [MVP]
11/30/2005 5:20:09 PM
Ruca,

[quoted text, click to view]

Just search on msdn for it

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchaspnetcookies101.asp

I hope this helps,

Cor

AddThis Social Bookmark Button