|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Losing Session ValuesI 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 Ruca,
Are you sure that all your client have cookies enabled? Cor How can I verify this?
-- Show quoteHide quoteProgramming 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]" <notmyfirstn***@planet.nl> escreveu na mensagem news:OuP2Odc9FHA.1028@TK2MSFTNGP11.phx.gbl... > Ruca, > > Are you sure that all your client have cookies enabled? > > Cor > Ruca,
> How can I verify this? Just search on msdn for ithttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchaspnetcookies101.asp I hope this helps, Cor 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 >
Checkbox and Javascript
VS2005 DataList with Nested GridView using ObjectDataSource Validators in composite control firing prematurely BoundField and DataFormatString in ASP.NET 2.0 - Bug ? GridView whole row select Custom control that ingerits from textbox Problem with Custom Web Controls in Visual Studio 2005 datagrid pixel height not respected ReadOnly (HTML) controls to stay black and not grey Dynamic user control Event Handling (VS.NET Ent 2003) |
|||||||||||||||||||||||