XF 2.0 Get user session without autoload

xbird

Member
Hello,

I want to get users session from xenforo to my website, but it seem to get in conflit with composers :

I try to get this working : https://xenforo.com/community/threads/how-can-i-get-username-of-logged-user-on-php.141894/

I get the session, but for my need, i use a different version of guzzlehttp than the one xen2 use. when my script call guzzle, it use the xen one not mine.

Do we have a way to get the user session, without need to autoload vendors of xenforos ?

thanks
 
Top Bottom