Home »
MCQs »
Laravel MCQs
____ are used to store information about the user across the requests
51. ____ are used to store information about the user across the requests.
- Localization
- Memcached
- Config
- Sessions
Answer: D) Sessions
Explanation:
Sessions are used to store information about the user across the requests.