Membership landing page won't reset

By benedict - March 15, 2010

Hi guys,

In the membership plugin, I originally left this parameter in websiteMembership.php as is:

$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'] = '/index.php';

I later updated it to:

$GLOBALS['WEBSITE_LOGIN_POST_LOGIN_URL'] = '/restricted.php';

But whenever I login or logout and login again, it still takes me back to index.php. Any way of flushing the old URL?

Cheers,

B