Re: Another State Management question
From: Hermit Dave (hermitd.REMOVE_at_CAPS.AND.DOTS.hotmail.com)
Date: 08/31/04
- Next message: Ron B: "Re: Mystery Variable Change"
- Previous message: Hermit Dave: "Re: PLS HELP: HTML email = wierd results"
- In reply to: Nikhil Patel: "Re: Another State Management question"
- Next in thread: Kevin Spencer: "Re: Another State Management question"
- Messages sorted by: [ date ] [ thread ]
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 > > > > > >
- Next message: Ron B: "Re: Mystery Variable Change"
- Previous message: Hermit Dave: "Re: PLS HELP: HTML email = wierd results"
- In reply to: Nikhil Patel: "Re: Another State Management question"
- Next in thread: Kevin Spencer: "Re: Another State Management question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|