The Session is used to store the specific user's information
by a decision whether the user is authorizable. But if some pages are
independent of the User's authorization, we should disable the session state of
these pages.
Listing 14
<%@ Page EnableSessionState="false" %>