i have this php file that have this function session_set_save_handler() that save the session files into mysql database...
as everyone knows, this function will change the setting of session.save_handler from files to user in the local value while in the master value, it remains as files... on the php.ini file
my question is will my php file affect other php files that deals with sessions, they might be using the default value (files) for handling sessions... these php files are on the same server as i am.....
it is an apache server running linux with php 4.1.2 installed...
thanks...
as everyone knows, this function will change the setting of session.save_handler from files to user in the local value while in the master value, it remains as files... on the php.ini file
my question is will my php file affect other php files that deals with sessions, they might be using the default value (files) for handling sessions... these php files are on the same server as i am.....
it is an apache server running linux with php 4.1.2 installed...
thanks...
Comment