Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP session class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Aiyyappan - 8 months ago (2015-06-11) session
+2 | I would like to get a recommendation on classes to handle session variables. |
1. by Manuel Lemos - 8 months 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?
+1 | by Anthony Amolochitis 325 - 7 months ago (2015-06-26) Comment 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. |
+2 | by Dave Smith 5955 - 8 months ago (2015-06-11) Comment 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 | |
|