It works when I take it out of frames. Only the session seems to occasionally expire.
I was interested in knowing what page_close() does or insuring that the session stay up.
Any help would be appreciated.
?
session_start();
if ($vouchuser == "")
{exit;}
Login area:
session_start();
session_register('vouchuser');
$vouchuser = "$ID";