I use a database class to take care of all mysql stuff.
Now I am playing with php's session_set_save_handler as I want to save my sessions in mysql.
If I use functions from my class to save session data I get an error: " Call to a non-member function....", even though I have to tried to build the functions into the same class.
How can it be?