Home All Groups Group Topic Archive Search About
Author
30 Nov 2005 3:48 PM
ruca
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

Author
30 Nov 2005 4:01 PM
Cor Ligthert [MVP]
Ruca,

Are you sure that all your client have cookies enabled?

Cor
Author
30 Nov 2005 4:08 PM
ruca
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


Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escreveu na mensagem
news:OuP2Odc9FHA.1028@TK2MSFTNGP11.phx.gbl...
> Ruca,
>
> Are you sure that all your client have cookies enabled?
>
> Cor
>
Author
30 Nov 2005 4:20 PM
Cor Ligthert [MVP]
Ruca,

> How can I verify this?

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
Author
30 Nov 2005 4:58 PM
Peter Rilling
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.

Show quoteHide quote
"ruca" <ru***@iol.pt> wrote in message
news:OqXD1Vc9FHA.2540@TK2MSFTNGP10.phx.gbl...
> 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
>