Bug #45310 | Doesn't work with php session handler plugin session_mysql | ||
---|---|---|---|
Submitted: | 3 Jun 2009 19:04 | Modified: | 5 Jul 2009 7:02 |
Reporter: | Oleg Polovinkin | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S2 (Serious) |
Version: | 0.7.1 | OS: | Linux (Fedora9 x64) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | php session_mysql client connection |
[3 Jun 2009 19:04]
Oleg Polovinkin
[5 Jun 2009 7:02]
Sveta Smirnova
Thank you for the report. I can not repeat described behavior assuming session_mysql is PECL extension. Please provide session_mysql options from php.ini and example of PHP script problem is repeatable with. I used default options and script: <?php session_start(); if (isset($_SESSION['foo'])) $x = $_SESSION['foo']; else $x = 0; $_SESSION['foo'] = time(); var_dump($x); ?>
[11 Jun 2009 14:52]
Jan Kneschke
Please run mysql-proxy with strace and attach the output to the bug-report: $ strace -o bug-45310.txt -ff -tt -s 512 mysql-proxy ...
[5 Jul 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".