Session VS. ViewState For Small Value
From: Fred Newton (a_at_b.com)
Date: 08/06/04
- Next message: dotnetuk: "Problem with using System.Drawing.Bitmap"
- Previous message: TPS: "Don't want to use querystring variables..."
- Next in thread: Kevin Spencer: "Re: Session VS. ViewState For Small Value"
- Reply: Kevin Spencer: "Re: Session VS. ViewState For Small Value"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Aug 2004 22:33:04 -0700
Just wondering if there are any strong arguments one way or the other for
storing a small value (6 bytes) in the ViewState vs. Session state. The
value is needed in only one page in a large ASP.NET app. I'm interested in
knowing performance differences specifically and anything a beginning
ASP.NET developer might not be thinking about. FWIW: I'm *not* considering
the 3rd obvious option - cookies.
Thanks!
- Next message: dotnetuk: "Problem with using System.Drawing.Bitmap"
- Previous message: TPS: "Don't want to use querystring variables..."
- Next in thread: Kevin Spencer: "Re: Session VS. ViewState For Small Value"
- Reply: Kevin Spencer: "Re: Session VS. ViewState For Small Value"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|