Hi zhabala. Thanks for spending some time reading my problem. 😃
OK. Here's a portion of the kunden-login.php page:
=====================================
<?php
session_start();
header("Cache-Control: no-store, no-cache, must revalidate");
header("Pragma: no-cache");
include ("include/funks.php");
$strSessionLevel = fGetSession(1);
$strFormatLevel = strtoupper(trim($strSessionLevel));
=====================================
I created a function fGetSession (from include/funks.php) to retrieve the Level (from session).
Does that helps?
Thanks again.