I start my application:
http://127.0.0.1:97/scriptcase/app/DOHMWWW/general_login/general_login.php?hk=111000002
I retrieve the data of hk by using the session variable in onapplication init:
echo 'nu komt het ...'.$_SESSION['hk'];
Now I get an error:
‘undefined index hk’
This used to work well. But now it isn’t any more? I need a quick fix.