ASP.NET Session or global variables?
Posted
by WtFudgE
on Stack Overflow
See other posts from Stack Overflow
or by WtFudgE
Published on 2010-04-02T08:57:00Z
Indexed on
2010/04/02
9:03 UTC
Read the original article
Hit count: 573
Hi,
I am creating an ASP.NET page where I need a couple of variables which hold pathnames and a chosen language etc... Not that many, let's say about 5.
Should I use session variables for this? Atm I'm using public static variables but I'm not sure if this is the right way to do this.
Any thoughts?
Thx
© Stack Overflow or respective owner