Can you give an example of what might be best suited to place in the application_Start and Session_Start subroutines?
Application
Start - We can place code to initialize variables once during application start. (e.g., db connection string)
Session Start - We can place code to initialize variables particular to the session (e.g., USER ID and other specific info related to this session)