I login, then click on link which downloads PDF. I open PDF in browser tab and click a link which points to content within site.
The clicked link leads to Login Page where both
$this->params->get('login_redirect_url')
and
$this->params->get('login_redirect_menuitem')
are empty. As is $_SERVER['HTTP_REFERER']
It appears that the PDF browser extension does not pass on the referer detail, so the target link is lost.
The clicked link leads to Login Page where both
$this->params->get('login_redirect_url')
and
$this->params->get('login_redirect_menuitem')
are empty. As is $_SERVER['HTTP_REFERER']
It appears that the PDF browser extension does not pass on the referer detail, so the target link is lost.
Statistics: Posted by scottmelville — Mon Aug 12, 2024 2:13 pm