Custom Sessions with Joomla

后端 未结 7 1299
小蘑菇
小蘑菇 2020-12-30 17:45

I\'ve trying to build Joomla into my existing website so I can use it for premium content.

I\'ve already got a custom-built authentication system that sets my own

7条回答
  •  情书的邮戳
    2020-12-30 18:35

    Maybe your authentication system uses cookies and sets a cookie path that prevents then browser from sending the session-id cookie back to the joomla script.
    The cookie path would probably be set via session_set_cookie_params() or ini_set().

提交回复
热议问题