Problems with session.save_handler = mm

liunx

Guest
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纾
 
Back
Top