[Phplib-users] re:[PHP] native vs. phplib sessions
Brought to you by:
nhruby,
richardarcher
From: Dennis G. <ge...@cv...> - 2003-04-08 20:21:34
|
Well, I said that I'd report. Using PHP4 Native Session framework, PHPLIB, and PHPLIB database container functionality works great! I only have one concern, and I don't know where the issue lies. If a sesson is not listed in the database, i.e., i've deleted it, a revisiting browser's cookie session gets installed in the DB, i.e. accepted. There's new code in the PHPLIB library to prevent this using GET, but mabye nothing for cookie session 'freelance' creation. It might be the way PHP4 Native Sessions are doing it? PHPLIB is getting long in the tooth, (old), but works pretty well. I think it should be written to be more object oriented and easily configured, https://sourceforge.net/mailarchive/forum.php?thread_id=1942848&forum_id=808 but for now, it's fine. |