Run(Object)
|
Thread run method
|
CancelThread(Int32, Boolean)
|
Thread Cancel Method
|
SessionCreated(Shared.Classes.UserSession)
|
Raises the sesssion created event for any listners
|
InitialiseSession(Shared.Classes.UserSession)
|
Called in a seperate thread, updates thread with basic data to stop blocking
|
GetReferralType(Shared.Classes.UserSession)
|
Determines the Referal Type for the sesssion
|
FinaliseSession(Shared.Classes.UserSession)
|
Session is closing, are we saving any data from it?
|
RaiseSessionCreated(Shared.Classes.UserSession)
|
Raises the session created event
|
RaiseSessionClosing(Shared.Classes.UserSession)
|
Raises the sesssion closing method
|
RaiseSessionSave(Shared.Classes.UserSession)
|
Raises the session save method
|
RaiseSavePage(Shared.Classes.UserSession, Shared.Classes.PageViewData)
|
Raises an event to save the page data
|
RaiseGetIPDetails(Shared.Classes.UserSession)
|
Raisess an event to obtain ip details
|
UpdateSession(Shared.Classes.UserSession)
|
|
InitialiseSessionManager(TimeSpan)
|
Initialises the SessionManager
|
Add(Shared.Classes.UserSession)
|
Add's a new session to the Session Manager
|
Login(String, String, String, Int64)
|
Called after a user logs in to update the username and email for the live session
|
_userSessionManger_ItemRemoved(Object, Shared.CacheItemArgs)
|
Event called when a user session is removed from cache for inactivity etc
|