J Pego
Results
1
comments of
J Pego
@JKetelaar Using the "`serialize ()`" method I get the following error returned. **"Serialization of 'Closure' is not allowed"** My code: ``` $islogin = $api->login(); if($islogin){ $_SESSION['API'] = serialize($api); } exit;...