darksystem Posted July 22, 2009 Share Posted July 22, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/ Share on other sites More sharing options...
WolfRage Posted July 22, 2009 Share Posted July 22, 2009 PHP has a single implementation of it's Session Class. Pear and Pecl do not have separate implementations of it. So what are you really asking. If you want a CMS or an E-commerce application then the question of which is the best is relative to what kind of system you want. Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/#findComment-880344 Share on other sites More sharing options...
darksystem Posted July 22, 2009 Author Share Posted July 22, 2009 it should be applicable to CMS and E-commerce application Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/#findComment-880446 Share on other sites More sharing options...
Daniel0 Posted July 22, 2009 Share Posted July 22, 2009 How about Zend_Session? You won't get a definite answer to which is "the best" because that's subjective. Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/#findComment-880451 Share on other sites More sharing options...
darksystem Posted July 22, 2009 Author Share Posted July 22, 2009 i would appreciate if can you share me the code of zend_session? Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/#findComment-880458 Share on other sites More sharing options...
Daniel0 Posted July 22, 2009 Share Posted July 22, 2009 Just check out the manual: http://framework.zend.com/manual/en/zend.session.html It's got plenty of examples. Quote Link to comment https://forums.phpfreaks.com/topic/166970-whats-the-best-session-management-class/#findComment-880461 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.