Home »
MCQs »
Laravel MCQs
Which of the following method is used to delete an item from the session?
55. Which of the following method is used to delete an item from the session?
- Delete (0
- Expire()
- Forget()
- Del()
Answer: C) Forget()
Explanation:
The forget() method is used to delete an item from the session.