Re: Another State Management question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 08/31/04


Date: Tue, 31 Aug 2004 20:48:44 +0100

what you are looking for is a cookie or you could write your own business
components which could handle the release mechanism and store them in
Application / Cache

-- 
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Nikhil Patel" <nikhil0100@aol.com> wrote in message
news:e4BfcM5jEHA.3456@TK2MSFTNGP12.phx.gbl...
> Also, I know I can use Session State. But that can expire before the user
> closes the browser window. I want to be able to access the value even
after
> the session expires.
>
> Thanks.
> -Nikhil
>
> "Nikhil Patel" <nikhil0100@aol.com> wrote in message
> news:O%230lBI5jEHA.3140@TK2MSFTNGP15.phx.gbl...
> > Hi all,
> >    Is there a way to store a value that can be accessed from entire
> > application during a session? Basically I would want to be able to
access
> > the value from multiple pages and/or requests and it should be removed
> only
> > when the session ends. I know I can use Application State. But that will
> not
> > allow me to save data on "per session" basis.
> >
> > Thanks.
> > -Nikhil
> >
> >
>
>


Relevant Pages

  • Re: Storing a datatable (or arraylist )on ASP.NET Session
    ... Perhaps your ArrayList store smth which can't be casted to object. ... If exactly that code u shown didn't work (emply arraylists) that I recomment to re-register asp.net 2.0 calling aspnet_regiis,exe - i ... Team blog: http://devkids.blogspot.com/ ... b> session variables is stored on web server's local sql database. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: LISP for web
    ... >>Ideas on how to store this information centrally for all of the app ... > ucw's form handling code (to make sure session ids are always ... > can deal with hardware failures an the app servers but this ...
    (comp.lang.lisp)
  • Re: Problem with asp.net app only allowing 1 user at a time
    ... from the client to the server), Application (an object that can store ... Now in your case you are reading and writing everything to the database, ... there is the Session object. ... To retrieve this you would do something like: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: LISP for web
    ... > Ideas on how to store this information centrally for all of the app ... the risk of losing data and sessions if one of the machines goes ... ucw's form handling code (to make sure session ids are always ...
    (comp.lang.lisp)
  • Re: Caching often-used SQL queries
    ... The problem is that neither one of those are user (session) specific. ... need to enable sessions and store the data in the session context. ... Second - you'd be caching so much data that it would ... And if you tune your database server you'll spend much more time processing ...
    (microsoft.public.dotnet.framework.performance)