We can access session data in controllers and views like this:
Session[\"SessionKey1\"]
How do you access Session values from a class othe
I would also wrap all session variables into a single class file. That way you can use intelliSense to select them. This cuts down on the number of paces in code where you need to specify the "strings" for the session.