Recommend this page to a friend! |
All requests ![]() |
> | What is the best PHP session class? | > | Request new recommendation | > | ![]() |
> | ![]() |
by Aiyyappan - 9 years ago (2015-06-11)
+3 | I would like to get a recommendation on classes to handle session variables. |
1. by Manuel Lemos - 9 years ago (2015-06-12) Reply
There are many session classes for any purposes.
What specifically do you want the class to do with session variables?
+2 |
Well, if you are trying to store values in sessions, I have been using this class for a while now to store any values I need into session. It's very simple and does two things. Store and retrieve data.Hope this helps. The example usage is on the page. |
+3 |
Most classes are built with a purpose,like helping with managing sessions in a database or to securely manage user data in sessions. Since your request was wanting to handle the broad range of session variables, this is a simple wrapper that will do it. |
Recommend package | |
|