Home »
MCQs »
CodeIgniter MCQs
Which of the following function is used to erase the cookie?
37. Which of the following function is used to erase the cookie?
- Remove_cookie()
- Erase_cookie()
- Del_cookie()
- Delete_cookie()
Answer: D) Delete_cookie()
Explanation:
To erase the cookie, use the delete_cookie() method.