Title: Issue with PHP session
Last modified: August 1, 2023

---

# Issue with PHP session

 *  [chermant1](https://wordpress.org/support/users/chermant1/)
 * (@chermant1)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/issue-with-php-session/)
 * Hello ! 🙂
 * I was facing the following issue with your plugin when I tried to access PHPMyAdmin
   page via the link in your plugin : “ini_set(): Session ini settings cannot be
   changed when a session is active”.
 * This error occurs in index.php file in `session_pre_pma` method.
 * I solve the issue by adding the line at the beginning of the method like : 
   `
   public function session_pre_pma(){ if (session_status() === PHP_SESSION_ACTIVE)
   return;
 * I not find a github repository to propose a pull request. Do you think my correction
   can be included in your plugin ?
 * Regards.

Viewing 1 replies (of 1 total)

 *  [loicamphibee](https://wordpress.org/support/users/loicamphibee/)
 * (@loicamphibee)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/issue-with-php-session/#post-17138518)
 * I have facing the same problem and I’m already using the last version. Can we
   expect a fix anytime soon ?

Viewing 1 replies (of 1 total)

The topic ‘Issue with PHP session’ is closed to new replies.

 * ![](https://ps.w.org/wp-phpmyadmin-extension/assets/icon-128x128.png?rev=2234810)
 * [WP phpMyAdmin](https://wordpress.org/plugins/wp-phpmyadmin-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-phpmyadmin-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-phpmyadmin-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-phpmyadmin-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-phpmyadmin-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-phpmyadmin-extension/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [loicamphibee](https://wordpress.org/support/users/loicamphibee/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/issue-with-php-session/#post-17138518)
 * Status: not resolved