Need to store the details of a user when they login. The old way of doing this would be to create session variables but I believe this is now frowned upon. Ideally creating a global class and somehow implementing this in the global.asax file would be the answer but not sure if this can be done in asp and vb.net.