Is it possible to call session_set_save_handler from within a class (and all the functions that are part of it of course)?
The idea here is to set up all the session settings from within a class for easy portability.