In a high-load CodeIgniter application, what technique is recommended for managing session data to optimize performance?
- Cookie-based sessions
- Database-driven sessions
- File-based sessions
- In-memory sessions
In high-load scenarios, managing sessions in a database can be more scalable and efficient, reducing the burden on the server and enhancing overall performance.
Loading...
Related Quiz
- What distinguishes a stored XSS attack from a reflected XSS attack?
- In CodeIgniter, how can you enable full query string support in URLs?
- The configuration for error logging level is set in the ______ file.
- What is the primary function of the Query Builder in CodeIgniter?
- What is the primary role of an OAuth authorization server?