Good afternoon, have come to the config of 'function qa_get_logged_in_user()', I have several session values being retained from my authentication system such as:
-
<?php echo $_SESSION['SecurityAssist_UserID']; ?>
-
<?php echo $_SESSION['SecurityAssist_ContactFullName']; ?>
The SecurityAssist_ContactFullName is used widely across the site for other filtering purposes, could I add that into here? Would it look like this?
'function qa_get_logged_in_user($_SESSION['SecurityAssist_ContactFullName']; ?)'
Many thanks