is it possible to insert an object into a session instead of creating a different sessions (in PHP)???
$_SESSION['myObj'] = $myObj;
(Where $myObj is an object)
$myObj