Session Manager
This guide assumes that you have basic knowledge about Session/Cookie.
Session Manager Class (CSessionManager) is a class used to manage the session data. You can get a Session instance from this class, and you can use the Session instance to get the session data and the session ID by providing the session key. It should be used as a singleton in your application.
How to use a Session Manager in your application?
This example shows how to use Session Manager in JFW.
Last updated
Was this helpful?