I've created a custom button and on Server event added
$_SESSION['books'] = $keys["id"];
on Client after
location.href="user_list.php";
What I'd like to do is have the selected values on the user list but what I get is just Array when I try to echo the Session.
Thanks.