I'm trying using
But on the main page of my website it appears that when I try to print outsession_register('username');
//successful login code will go here...
//echo 'Success!';//we will redirect the user to another page where we will make sure they're logged in
header( "Location:http://www.ucas-help.lv/" );
$_SESSION[] it doesn't contain username at all....
It is all what this $_SESSION contain ......Array ( [cmsuserkey] => 0738a188 [cms_admin_user_id] => 1 [cms_admin_username] => admin [tiny_live_textareas] => content_en )
How to insert(session_register) something into $_SESSION[] get it from array(session_is_registered) and then delete(logout) Using CMS Made Simple !
I really need your help !
I'll love all answer you give.
Thank you !