Sessions concepts are simple, however, trying to apply them in an object is getting the best of me. I've created a session class which extends my db connection class for use in maintaining session information in mysql. Has anyone tried to use methods in 'session_set_save_handler' besides me? (I'm trying to use $this->method() as an argument, but the save handler is such a prick...)
Please keep in mind that I am working on a monumental project and I loathe any operation that can not be executed within an object method.
wait...I just had a brain rush ....could I use a fake eval() function to trick it?! I think I can! I'll test...any other suggestions are welcome.
Praise to the PHP and Perl gods!!