Portal Home > Knowledgebase > Articles Database > What's the Best Session Management Class?
What's the Best Session Management Class?
Posted by mrphp, 07-22-2009, 10:01 AM |
Hello,
Can anyone tell me the best Session Management Class that we can use for our PHP Applications?
The class should be latest and uses PHP 5 or later.
I think a lot of programmers will be benefited with this thread, just a guess.
Any help is highly appreciated.
Regards
|
Posted by Dark Light, 07-22-2009, 10:09 AM |
You could use part of the Zend Famework's session handlers, though it is often better to roll your own if you are going to be using it in a specific way.
|
Posted by mrphp, 07-22-2009, 10:12 AM |
is the zend framework session handlers is/are not zend dependant or is it stand alone?
|
Posted by Dark Light, 07-22-2009, 10:19 AM |
You can rip out the Zend_Session component fairly easily, or just copy the internal code into your application provided it is compatible with their framework license.
|
Posted by Jatinder, 07-22-2009, 10:59 AM |
I hope this helps:
http://phpclasses.sgboards.com/browse/package/1624.html
|
Add to Favourites Print this Article
Also Read