07-05-2018, 04:00 AM
In the UserSession, if you are providing data for the pages of your application. Each client gets a copy of the UserSession. The ServerController is created once when your application is started. You can also access data there, but that is not a good place to get data for the sessions unless you have a specialized case that requires it.