Ive built custom functions for my session management ....
Im using my database to record session information based on the current session functions ..
read_session , write_session , sess_sestroy .. ect ect
When i goto my database i see alot of sessions ... The session ID's , time last updated , ect ...
The "DATA" Part of my session management in the database is set as "NULL"
So my question is ..... When i goto mysql , and browse my sessions , i see all the id's , ect ........ but all the data is set to "NULL" (default)
So where is my session info being recorded , is this doing a dual setup? Recording session data into the deafult PHP session files , and just storing the info in mysql , but the data in a file , or is it supposed to store the data in mysql as well , and not be NULL?
Anyones help / or feedback would be helpfull ... thank you.