works fine after the second login. After the first login is possible redirect fails, then after logging in again the redirection works perfectly. Any hints?
When logging in the userid is not yet filled, the user needs to be logged in first
Set redirect to a page with code wich redirects to the correct page with use of the userid
On a code section only pure PHP is used
So you need to echo everything and can't use the php tags <?php or ?>
echo "redirect=".WB_URL."/pages/user".$_SESSION['USER_ID'].".php";
John