hi,
I know this problem has been discussed before. But then unfortunatly, i still find the bug has not been fixed.
The problem seems to be in ac_store() function in ct_sql.inc.
My observations were that
Surprisingly though the page_open() function doesnt create any entry in active_sessions table.
2.When page_close() function is called, it
gives the following error;
Database error: Invalid SQL: update active_sessions set val='...', changed='20010215030837' where sid='8378099455e8f8f96958bc3fc3559cbd' and name='Example_Session'
MSSQL Error: 1 (General Error (The MSSQL interface cannot return detailed error messages).) Session halted.
(pls note: this error doesnt appear when call to the page_close function is removed)
The program halts with the above error immediately when the query "update active_sessions set val=.." is executed.
What could be the cause of this error ?
Why is the function trying to update when there's no entry in active_sessions table.
and why is the entry not created at first point ?
Any help would be highly appreciated.
Thanks,
Sivaprasad R.L.
p.s. I'm using phplib 7.2c (also tried with 7.2b)