Home »
MCQs »
FuelPHP MCQs
With which of the following session class methods you may create a new session?
63. With which of the following session class methods you may create a new session?
- New()
- Start
- Creates()
Answer: C) Creates()
Explanation:
You may create a new session using the create method.