| SobekCM Repository Community Help |
Several values are stored within the session scope of the application. These values are session-specific and help
record the individual user and the last mode and search performed.
The user object stores all the information about the user, including all the ranges of permissions which the user may have
as well as the basic account information. This object appears in the session only if the user is logged on through the
authentication systems.
The last search and last mode strings are used when a user uses the Contact Us option at the bottom of the page. In that case,
these values are reported to provide a context to the user's question or comments.
The following values can exist in the session state:
SESSION VALUES INSTANCE NAME CLASS user Last_Mode System.String LastSearch System.String