Hi,
I am refactoring my session handling codes. One thing I would like to improve is to call session_set_save_handler( … ) just once for each client session.
Presently session_set_save_handler( … ) is called once for each request!!
Is what I am trying to do possible? If so, how would I be able to do this, please?
Thank you and best regards,
Be Hai Nguyen.