Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
291 views
in Q2A Core by

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

1 Answer

0 votes
by

It sounds like you should be using Q2A with single sign-on integration?

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...