c# - How to reference aspx on subsite? -


I have a sub-asp.net site by sub, I mean this is a web app in IIS that is main The web is under the app.

When a user logs out of the main site, the session variable remains valid on the sub-site.

I want to end the session variable in the sub site, I can create subendession.aspx especially on the sub-site. The main site ends when the user is logged out. How do I call subendession.aspx without redirecting the user there?

Is there a better technique for this scenario?

aborted should work ():

  Session.Abandon ();    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -