Hi,

If we use restrict user on a page and send them to login page, the
login page gets an additional GET Variable called $accesscheck that
contains the value of the request login page.....logically after the
user provides a valid user pass he should be redirected to the
$accesscheck.
But

does not redirect it to the requested page.

Here is what I am doing,

$mygoto = "http://localhost" . $_GET['accesscheck']; // this will make
the url absolute.

Then I set the value of after succes go to $mygoto

$MM_redirectLoginSuccess = $mygoto;

this should work, but it does not, it logs in the user but keeps him
on the same login.php page.

Please help
if someone has used this somewhere just paste the code and I will pick
it up on my own.

Thanks