View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0030924 | mantisbt | installation | public | 2022-08-25 10:26 | 2023-06-27 17:12 |
| Reporter | thibaud_royer | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 2.24.2 | ||||
| Summary | 0030924: Session on a load balancing installation | ||||
| Description | Hello, I installed MantisBT on several instances at AWS exposed through load balancing. However, users sometimes find themselves disconnected. Indeed, we usually use session storage on redis for our other applications, but I couldn't find a similar configuration for MantisBT. | ||||
| Tags | No tags attached. | ||||
|
Anyone on this support ??? |
|
|
Sorry, can't help you there. Mantis uses PHP's internal session handler, but this can't be changed through configuration. Using a custom session handler will require changing the source code (or maybe a plugin could do it). |
|
|
Just figured I'd make an account and give this a +1 - I hope that's okay. I like to keep sessions in the database. Doesn't matter if it's mysql, redis, memcached, whatever. Then I can run multiple instances for zero down time maintenance, etc. I saw that your database abstraction lib ADOdb has a session component. I didn't manage to get it working though. Is beyond me. |
|