Custom Sessions with Joomla

后端 未结 7 1273
小蘑菇
小蘑菇 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:31

    i keep seeing people saying that phpsessions won't work in joomla and i wasn't ready to learn the joomla framework for their session management, i had no time for it, so i've done some tests and i found that if you just start the php session in the main page of your template and not on your website index page it will work fine. just put this line of code on the top page of your template page:

    
    

提交回复
热议问题