For enhanced security, CodeIgniter can be configured to regenerate session IDs every ________ requests.

  • 100
  • 1000
  • 50
  • 500
In CodeIgniter, the session ID regeneration interval is determined by the setting $config['sess_regenerate']. When set to 100, for example, the session ID will be regenerated every 100 requests, enhancing security by reducing the risk of session fixation attacks.
Add your answer
Loading...

Leave a comment

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