Hi All!
The question is simple: did someone manage to build a working database session handler if 'register_globals' is set to 'off' inside the 'php.ini' configuration file? (The problem is that the $HTTP_SESSION_VARS array seems not to be filled the way it should and then the session handler nearly never called the 'session_write' own build function..)
I've tried many things to solve the really annoying problem but can't find a solution at this time 🙁
Neither the script written by Ying Zhang, neither the PostgreSQL session handler from John Parish works under this configuation.
Thanks in advance,
Loïc