database-based sessions for 3rd party php app [message #179016] |
Wed, 05 September 2012 11:21 |
Axel
Messages: 5 Registered: September 2012
Karma:
|
Junior Member |
|
|
Hi readers,
I am currently trying to increase the performance of a 3rd party learning platform web app we are (still) using. The current setup is to store the PHP sessions on an NFS share, which I personally find not-so-good.
Now I don't want to touch the code of this app, for various reasons.
But I want database sessions.
Is there a good, proven and solid way to move the session management to the database _without_ modyfying the app's code?
Grateful for any tips, thanks in advance & greetings,
Axel.
|
|
|