CodeIgniter - Session ManagementWhen building websites, we often need to track user’s activity and state and for this purpose, we have to use session. CodeIgniter has session class for this purpose.Initializing a SessionSessions data are available globally through the site but to use those data we first need to initialize the session. We can do...
Showing posts with label CodeIgniter Session Management. Show all posts
Showing posts with label CodeIgniter Session Management. Show all posts
11 December, 2018
CodeIgniter - Session Management
Programing Coderfunda
December 11, 2018
codeigniter, CodeIgniter Session Management
No comments
CodeIgniter - Session Management
When building websites, we often need to track user’s activity and state and for this purpose, we have to use session. CodeIgniter has session class for this purpose.
Initializing a Session
Sessions data are available globally through the site but to use those data we first need to initialize the session....