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