Reply to Re: $_SESSION - $_GET - reloading page problem
Posted by nescio on 03/13/06 16:06
>
> The easiest solution would be to get rid of the query string by performing
> a header("Location: {$_SERVER['PHP_SELF']}"), followed by an exit() after
> you have updated the session.