Please visit DEMANDDRAFT.SHOP for quality of products...

Ad

Search This Blog

Wednesday, July 31, 2013

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 specific to the session (e.g, USER ID and other specific info related to this session)

No comments:

Post a Comment