<if condition="session_start()"> if (empty($_SESSION['vREFERER'])) { $vREFERER = $_SERVER['HTTP_REFERER']; session_register('vREFERER'); } </if>