Title: Session problems
Last modified: July 10, 2023

---

# Session problems

 *  Resolved [ohfuchs](https://wordpress.org/support/users/ohfuchs/)
 * (@ohfuchs)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/)
 * Hi,
 * since I activated APCu Manager, I have some problems with broken sessions on 
   my page. Sometimes I have to login again on every page in the dashboard. Everythings
   works again after waiting a few minutes or when disabling the plugin. Aside from
   that the plugin speed up the page very well.
 * Unfortunately it also causes some trouble with Woocommerce payments.
 * Any ideas how I could further investigate the issue?
 * Is there a way to blacklist/whitelist what can be cached?
 * I also have WP Rocket enabled and it is a Multisite setup.
 * Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883423)
 * Hello !
 * Sorry to hear that…
 * We have few examples where APCu Manager have this behavior. It can be because(
   one or both of this):
   – you’re on shared hosting and php is wrongly configured(
   it’s the hosting side of php config, not yours);– the web server is Litespeed(
   Enterprise or OLS) and one single setting is wrongly configured (once again, 
   it’s a hosting side config).
 * If you are not your own hoster, can you tell me at what hosting company you host
   your websites?
 *  Thread Starter [ohfuchs](https://wordpress.org/support/users/ohfuchs/)
 * (@ohfuchs)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883463)
 * wow, thanks for the fast reply.
 * I’m on a [virtual managed Server](https://www.webgo.de/managed-server/managed-ssd-vserver/)
   [(webgo) ](https://www.webgo.de/managed-server/managed-ssd-vserver/)running on
   apache+nginx. I can make limited changes to php ini or possibly ask the hoster
   to change configuration if necessary.
    -  This reply was modified 2 years, 9 months ago by [ohfuchs](https://wordpress.org/support/users/ohfuchs/).
 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883490)
 * Do you know if you have the choice on the php handler type (fastCGI, FPM, dedicated
   FPM, etc.)? It’s generally something you can set near the php version of your
   hosting account…
 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883500)
 * (Oh, and just to be clear: APCu Manager is a cache replacement for WP. So, all
   plugin correctly developed with WP in mind are compatible. It is fully “transparent”
   for them. No parameters)
 *  Thread Starter [ohfuchs](https://wordpress.org/support/users/ohfuchs/)
 * (@ohfuchs)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883517)
 * I can change the path to the php binary which is currently 
   /usr/bin/php-cgi8.0
 *     ```wp-block-code
       /usr/bin$ ls -a | grep "php"
       php
       php5
       php5.6
       php5-cgi
       php7.0
       php7.1
       php7.2
       php7.3
       php7.4
       php8.0
       php-cgi
       php-cgi5.6
       php-cgi7.0
       php-cgi7.1
       php-cgi7.2
       php-cgi7.3
       php-cgi7.4
       php-cgi8.0
       phpdbg
       phpdbg5.6
       phpdbg7.0
       phpdbg7.1
       phpdbg7.2
       phpdbg7.3
       phpdbg7.4
       phpdbg8.0
       ```
   
 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883531)
 * Generally you can find it in your panel (Cpanel, Plesk, …), you will have a “
   human readable” name. Nothing from this side?
 *  Thread Starter [ohfuchs](https://wordpress.org/support/users/ohfuchs/)
 * (@ohfuchs)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/session-problems/#post-16883578)
 * ![](https://previews.dropbox.com/p/thumb/AB_n1LKJngSD0KTmVg7JHPEWNV_F7Betd1nFtOSaJHHuItExLHtOYa4ilrSrSpN3fKFd40OE5p9DmTr3XYjac0KLB3aZjMbP8gaOvoP_5dYd08PS9oWF_fhtthRMu695szMFzajOBNxZ4wlF0tPP9TtwbjZn0aoi0m1xf_2ZxTmkbyeA-
   ZTS1yoKqUSquXd070N3kidM2yQV1W2thjVPTHSbM_YV-DPD_Eev2zExV8PEXU_j9GMXXD6zy78IW9LoUiKgEuHKw-
   zFARAL05Ym6HJLwL1SIsO_RpeBbXPV6JJXkuYqIR1v4iR6qOGTcZ1Xx6ySfeVgUQkbfowabSYWatTT/
   p.png)
 * The control panel software is froxlor. that’s everything php related. First setting
   is just a label.
 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/session-problems/#post-16883895)
 * I’m sorry, [@ohfuchs](https://wordpress.org/support/users/ohfuchs/), I’ve just
   tried a demo of Froxlor to see where the PHP parameters are and I couldn’t find
   them – if they’re adjustable…
 * I can’t help more. Maybe can you try to contact Webgo and point they this discussion?
   I’m very sorry for that… :/
 * _Webgo, FYI: the main reason I can think about is a php pool issue. Not really
   an issue, but the way PHP is used on your servers. APCu mmap is not shared between
   parent processes. So if something in the handler settings (from apache/nginx 
   side) allows to “rotate” between pools, or if parent is killed under low activity,
   APCu will not work on the server. Even if PHP extension is installed. _
 *  Thread Starter [ohfuchs](https://wordpress.org/support/users/ohfuchs/)
 * (@ohfuchs)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/session-problems/#post-16896960)
 * Thank you anyway! I forwarded this thread to my host.
 *  Plugin Author [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * (@pierrelannoy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/session-problems/#post-17033447)
 * I’m closing this ticket due to inactivity. Don’t hesitate to reopen it if needed.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Session problems’ is closed to new replies.

 * ![](https://ps.w.org/apcu-manager/assets/icon-256x256.png?rev=2225345)
 * [APCu Manager](https://wordpress.org/plugins/apcu-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/apcu-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/apcu-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/apcu-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/apcu-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/apcu-manager/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Pierre Lannoy](https://wordpress.org/support/users/pierrelannoy/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/session-problems/#post-17033447)
 * Status: resolved