PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi,
Does anybody round here know the best way of storing sessions for a login system. I thought of using MySQL and normal PHP session but was wondering if there is any better way.
Tough call. For long term session, db's are usually the way to go, short term libmm. Look into session_decode() and session_encode() too, could be useful to you in this case.