Re: Session object gone!

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Are you sure you're retrieving any data? If you retrive Nothing, and store
it in Session, you will get the result you've described.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"dik" <dik@xxxxxxx> wrote in message
news:uqljm0rdFHA.3932@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> I retrieve data in a seperate function and store the retrieved data in a
> session object.
> When I return to the calling routine my Session object is gone!! what
> could be wrong??
>
> ch Jim
>
> **********************************************************************
> Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
> Comprehensive, categorised, searchable collection of links to ASP &
> ASP.NET resources...


.



Relevant Pages

  • Re: Session object gone!
    ... > Are you sure you're retrieving any data? ... If you retrive Nothing, and store ... > it in Session, you will get the result you've described. ... >> When I return to the calling routine my Session object is gone!! ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Question about session objects and condition...
    ... > I've got the following code that sets a session object. ... If you absolutely must store a data structure more complex than ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.general)
  • Re: Cache to store persistent applications variables
    ... Small user specific values are probably better stored in the session object. ... I would use the cache for more broader used values. ... What I want is to store UserID for currently logged user, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Sesssion State, SQL Server, Objects, Invalid Cast
    ... null when you pull out of session? ... There are a couple of areas where we store ... > the state in a class that we then add to the session object. ... > Specified cast is not valid." ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: session object: simple question
    ... > The session timeout is set to 20. ... > ProposalId value in the session object, I would like to display a message to ... you can't store it in an int. ... Solution: cast to int. ...
    (microsoft.public.dotnet.framework.aspnet)