Re: session advice
- From: ari <ari@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 09:06:03 -0700
how would a stateless environment handle the following scenario:
the user enters in search criteria,
the user is presented with a datagrid of records,
the user selects page 10 and selects a record,
after the user views/modify the record closes the record.
how do you return the user back to page 10 with
the same datagrid of records?
thanks,
ari
"Robbe Morris [C# MVP]" wrote:
> sort of stateless isn't stateless at all.
>
> Why bother moving things in and out of session?
> You'd still have to have session enabled and
> be subject to its limitations (especially in
> a web farm).
>
> --
> 2004 and 2005 Microsoft MVP C#
> Robbe Morris
> http://www.masterado.net
>
> Earn $$$ money answering .NET Framework
> messageboard posts at EggHeadCafe.com.
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
> "ari" <ari@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:38229354-C836-41CD-B1E6-5BB264CFBDC5@xxxxxxxxxxxxxxxx
> > hey all,
> >
> > i'm trying to make my app as stateless as possible. is it ok to create a
> > dataset and store in viewstate and whenever the user decides to select a
> > from
> > that dataset, to move from viewstate, to session, and on the details page
> > back to viewstate. Or does that sound like too much work?
> >
> > thanks,
> > ari
>
>
>
.
- Follow-Ups:
- Re: session advice
- From: dt
- Re: session advice
- References:
- session advice
- From: ari
- Re: session advice
- From: Robbe Morris [C# MVP]
- session advice
- Prev by Date: globalization
- Next by Date: how to request full filepath to a default page?
- Previous by thread: Re: session advice
- Next by thread: Re: session advice
- Index(es):
Relevant Pages
|