Forums / General / fetching current (logged in) users

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fetching current (logged in) users

Author Message

Tim Achnitz

Thursday 24 July 2003 6:03:48 am

Is there any function already implemented in eZ which fetches all the users which are currently logged in?

Tim Achnitz

Friday 25 July 2003 2:45:52 am

Ok, seems to be that there is no function or anything already defined in eZ.

By now, I added a few lines to the login.php, that the dates of a users, who logs in, will be stored in a table in my database. That works fine.

But how can I fetch out the datas in a template? Kind of an SQL-Query in a template? thx