FDB-> Again with the PHP sessions system
Monday, 27. March 2006, 00:48:56
After thinking and thinking about how to solve the problem of storing some information like the CAPTCHA confirmation codes, I found that the easiest way to do it is by using the PHP sessions system but with a custom handler. So I prevent that in some time I found that I need to save some data but the system doesn't let me
With this last change I hope that I won't have neither to redesign nor touch a single piece of code of the Sessions System.
Version: I was taking a look at the current FDB version and I found that it is at 0.9.0.5 - Before I continue talking about this I'll explaining why there's a .5 there, well, it is because of the templates system change, yup, after changing the template system and then rewriting some sections to take advantage of the new features, I got the .5 - So when I finish rewriting the sessions system it'll be at 0.9.1, so, everybody who I told that I was going to update the FDB from my website when I reach the v0.9 well... that's not going to happen, since I still have to:
- Finish the new sessions system
- Update and finish the administration panel for the current FDB db design.
Resuming: it will take me at least one or two more weeks, so I hope that I'll finish it before, because if I don't you will have to wait two more weeks because of vacations








