add this
PHP Code:
$mysidia->session->terminate("adopt");
to the adoptsview.php before the first return;
if I dont make sense this is how it should look:
PHP Code:
$document->addLangvar("{$name} with clicks so that they grow!");
$mysidia->session->terminate("adopt");
return;
}
for me this is working and trow an error if the user refresh the page =) hope this will help you too