Hello,
I would like to know the actual process of SESSION_START.
I custom an own storage system for sessions by using Oracle. It is success for storing session variables. However, when I call session_start() at other pages, I found that the system will update the session variables with null values. So I cannot get anything from sessions as all things cleared.
What can I do or are there any example for custom storage method?