session_set_save_handler(“open”, “close”, “read”, “write”, “destroy”, “gc”);
function read($id)
{
//if we can’t find the data for this session, we must return ” (empty string) , can’t return false
return ”;
}
session_set_save_handler(“open”, “close”, “read”, “write”, “destroy”, “gc”);
function read($id)
{
//if we can’t find the data for this session, we must return ” (empty string) , can’t return false
return ”;
}
Designed using Responsive Brix. Powered by WordPress.