PHP.nl

session_module_name

session_module_name

Get and/or set the current session module

 **session_module_name**  $module
gets the name of the current

session module, which is also known as . session_module_namesession.save_handler

module If is specified and not null, that module will be used instead. Passing to this parameter is forbidden. Instead has to be called to set a user defined session handler. module``"user"``session_set_save_handler

Returns the name of the current session module, return.falseforfailure.