Hi guys!
I believe you all agree that managing sessions using memory is faster that using de HD
So I decided to change session.save_handler = mm
But unfortunately good things not always come cheap
Here is the problem:
Warning: session_start() [function.session-start]: Cannot find save handler mm in /home/mznetwork/index.php on line 2
Warning: session_register() [function.session-register]: Cannot find save handler mm in /home/mznetwork/funcoes.php on line 3
I spent about 2 hours searching on the google for a solution.
I found a answer but I don´t know if it´s true - http://news.php.net/php.doc/969373057:
Might be a good idea to mention that compiling with the shared memory
module may be needed for "mm" option to work as specified in the
"Installation" section of this php.net's session documentation.
OK. I´m using rpm packages. (Fedora Core 4)
Now what?
Please help!