c# - Using the Global.asax -


i have read global.asax (as can tell, new asp.net) i'm wondering idea use session_end method comes global class redirect user when session has been ended? or if statements on page loads check if values null?

also, how global class called? ran in background of every application or have call method class in order utilize it?

to answer first question regarding redirect session_end: redirecting page on session end event

to answer second question regarding how global.asax class used: what purpose of global.asax

good luck!


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -