1.

Explain the Session methods in FuelPHP?

Answer»
  • CREATE ()- Used for creating a NEW session.
  • Set ()- Used for assigning a session variable.
  • Destroy ()- Destroying the existing session is the main task of this method.
  • Get ()- it GETS the sessions variable.
  • Delete ()- It DELETES the STORED variable which has been retrieved from the sessions.


Discussion

No Comment Found