Hi Laura,
thanks for your prompt response,
I would like to add that I have added the following code on the members page (with search filter) to produce the session cookie:
COPY CODE
<?php
if (isset($_SERVER["REQUEST_URI"])) {
$_SESSION['url'] = $_SERVER["REQUEST_URI"];
}
?>
Thanks
Christoph