Connecting Tech Pros Worldwide Forums | Help | Site Map

Alternative to Session Variable

sb
Guest
 
Posts: n/a
#1: Nov 18 '05
As the session variable are not recommended, i search for an alternative to
store my classe that i use and that i store in that session variable.

is that the context that is the alternative?

thanks

Serge



Lucas Tam
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Alternative to Session Variable


"sb" <sys4096@hotmail.com> wrote in news:41200bc9$1_3@aeinews.:
[color=blue]
> As the session variable are not recommended, i search for an
> alternative to store my classe that i use and that i store in that
> session variable.
>
> is that the context that is the alternative?[/color]


ASP.NET's session variables are much improved over classic ASP's session
variables. There's nothing wrong with using session variables.

Other alternatives include:

Cookies, ViewState, Database

However, if the class is large and will be accesed often, I would probably
opt for session variables.



--
Lucas Tam (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
sb
Guest
 
Posts: n/a
#3: Nov 18 '05

re: Alternative to Session Variable


Thanks a lot, i will continu to use my session variable class

Serge

"Lucas Tam" <REMOVEnntp@rogers.com> a écrit dans le message de
news:Xns9546EF93B3B52nntprogerscom@140.99.99.130.. .[color=blue]
> "sb" <sys4096@hotmail.com> wrote in news:41200bc9$1_3@aeinews.:
>[color=green]
> > As the session variable are not recommended, i search for an
> > alternative to store my classe that i use and that i store in that
> > session variable.
> >
> > is that the context that is the alternative?[/color]
>
>
> ASP.NET's session variables are much improved over classic ASP's session
> variables. There's nothing wrong with using session variables.
>
> Other alternatives include:
>
> Cookies, ViewState, Database
>
> However, if the class is large and will be accesed often, I would probably
> opt for session variables.
>
>
>
> --
> Lucas Tam (REMOVEnntp@rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/[/color]


Closed Thread