Re: database-based sessions for 3rd party php app [message #179018 is a reply to message #179017] |
Wed, 05 September 2012 11:58 |
Axel
Messages: 5 Registered: September 2012
Karma:
|
Junior Member |
|
|
Am Mittwoch, 5. September 2012 13:37:37 UTC+2 schrieb The Natural Philosopher:
>> Is there a good, proven and solid way to move the session management to the database _without_ modyfying the app's code?
>
> How could there be?
>
Well. The usual way seems to be to call session_set_save_handler(...).
My hope was there was some kind of "hook" I could use to inject that before the app's PHP stuff gets executed, and to configure this in the php.ini or so.
That's how this could be. But isn't, I get it.
|
|
|