Menu

#703 Unable to open concurrent tabs

4.7.2
closed-fixed
nobody
concurrency (1)
5
2019-08-27
2019-08-24
No

When a long query is running in one tab, I am unable to open another tab of adminer.

System config:
Apache/2.4.29 (Ubuntu)
PHP 7.2.19 (default config)
adminer 4.7.2
mysql 5.7 / pgsql 10

Discussion

  • Chirag Bansal

    Chirag Bansal - 2019-08-24

    I checked and this seems to be happening due to php session locks. The php session is locked while the query is running.

     
  • Jakub Vrána

    Jakub Vrána - 2019-08-26
    • status: open --> open-accepted
     
  • Jakub Vrána

    Jakub Vrána - 2019-08-26

    Adminer stops session once it doesn't need it (e.g. before executing SQL commands) but it doesn't work for some reason. I can reproduce at demo.adminer.org.

     
    • Jakub Vrána

      Jakub Vrána - 2019-08-26

      The problem seems to be that ini_set("session.use_cookies", false) fails after starting a session in recent PHP versions.

       
  • Jakub Vrána

    Jakub Vrána - 2019-08-27
    • status: open-accepted --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2019-08-27

    Fixed by 5ffec58a.

     
    👍
    1

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.