session

  1. fahad ashraf

    XF 2.2 Create user session - External PHP File

    i am trying to create user session from external php file but it is not working i am using below code define('XF_ROOT',$xfPathRoot); require(XF_ROOT . '/src/XF.php'); XF::start(XF_ROOT); $app = XF::setupApp('XF\Pub\App'); $app->start(); // assume i have user object...
  2. ⭐ Alex ⭐

    XF 2.1 Continue an XF Session in PHP on the same domain?

    Hey I have a section of my site that needs to get some user properties from the signed in XF user. (Using XF pages for this area is not an option.) So far I'm using: require('forum/src/XF.php'); XF::start("/"); $app = XF::setupApp('XF\Pub\App'); $session = $app->session(); $user_id =...
  3. R

    xf_session issues

    Hello friends, I use Arrowchat, when members log out of the forum, the chat remains open.There is no problem with Arrowchat. The problem is that xf_session does not close when members log out of the forum. Expiration date: When the browsing session ends , This session should be closed...
  4. A

    XF 2.0 No Disconnection on ip change

    Good morning, I use the latest version of xenforo and I would like that when a user changes his IP address he is immediately disconnected. I have done several tests and when I change my ip address I am not disconnected. Is that normal? I want to specify that for the connection to xenforo I do...
  5. Mr. Jinx

    Other Set guest cookie expiration

    Would it be easily possible to set the expiration of XF guest cookies to be longer than the current session? They are currently session based. If a guest dismisses a notice, or the cookie warning, it will come back once the guest closes and reopens the browser. I would like to set an expiry...
Top Bottom