Home »
MCQs »
FuelPHP MCQs
To terminate an existing session, which of the following session class methods is used?
64. To terminate an existing session, which of the following session class methods is used?
- Del()
- Delete()
- End()
- Destroy()
Answer: D) Destroy()
Explanation:
To terminate an existing session, use the destroy method.