Using Redis for PHP Session Storage

Discussion in 'General' started by kataiwo, Apr 14, 2024.

  1. kataiwo

    kataiwo New Member

    I am trying to configure my app to write PHP session to an external Redis database. I have added custom Php.ini settings in ISPConfig, I can confirm the settings via a php.info().

    However, the app is not writing to the external Redis server. I have confirmed the connection and could write session to the redis server from my development laptop.

    Is there anything I am missing in ISPConfig? The app is on PHP 8.2

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your issue is not ISPConfig-related at all. It's PHP and Redis, ISPConfig is not involved here.
     

Share This Page