top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is session_set_save_handler function in PHP?

+1 vote
247 views
What is session_set_save_handler function in PHP?
posted May 9, 2014 by Karamjeet Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The session_set_save_handler sets the user level storage session functions which are used for storing and retrieving data associated with session. This is the most useful when a storage method other than those supplied by PHP sessions is preffered i.e. Storing the session data in a local database.

answer May 12, 2014 by Mohit Sharma
...