So I've been using this code to grab the user sessions for a long time, and it works great. However I've started getting user complaints of pages not working, and the only thing I can see different about the users with issues is they have IPv6 Addresses. Any Ideas?
//Xenforo install...
Hello,
I am developing a custom service using python + django which interacts with a forum database. I need to verify if user session is valid.
Right now I:
Check for 'xf_session' cookie.
Check in a forum database if the session exists.
Check if the session isn't expired (expiry_date >...
I am using symfony2 as my main application, the session is stored inside redis.
I am wondering how simple is it to roll my own authentication strategy? Would I be able to pull in the session from redis fairly easy and tell XenForo to return true?
Can anyone provide some examples, insights, or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.