Accessing session data outside Joomla

前端 未结 15 1334
小鲜肉
小鲜肉 2020-12-08 03:36

I am trying to run an application outside Joomla (not as a plugin) and I would like to access the logged in user\'s information (userid). I am wondering how should I go abou

15条回答
  •  囚心锁ツ
    2020-12-08 04:06

    If you store your sessions in database, you could decode session data as in this comment:

    http://www.php.net/manual/en/function.session-decode.php#79244

提交回复
热议问题