+2 votes
in FuelPHP by
What is the Session methods in FuelPHP?

1 Answer

0 votes
by
  1. Create ()- Used for creating a new session.
  2. Set ()- Used for assigning a session variable.
  3. Destroy ()- Destroying the existing session is the main task of this method.
  4. Get ()- it gets the sessions variable.
  5. Delete ()- It deletes the stored variable which has been retrieved from the sessions

Related questions

+2 votes
asked Jan 16, 2022 in FuelPHP by DavidAnderson
+2 votes
asked Jan 16, 2022 in FuelPHP by DavidAnderson
...