Ticket #1515 (closed Bug: fixed)
PHP flag session.save_handler 'mm' doesn't work for Piwik
| Reported by: | dak | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.6.5 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description
For the moment it is not possible to install Piwik on some Linux machines, if the session.save_handler 'mm' (Memory) is used. The problem lies in Session.php, where the session is initialized only for 'files'. As for type 'user' a manual switch to 'files' is made, I suggest doing the same for 'mm'. This worked in our case.
Change History
Note: See
TracTickets for help on using
tickets.
