In CodeIgniter, the configuration setting $config['sess_ ________'] determines where session data is stored.

  • driver
  • handler
  • path
  • storage
The correct configuration setting is $config['sess_driver'], which determines the storage driver for session data in CodeIgniter. This setting specifies whether session data should be stored in the database, files, or other storage mechanisms.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *