24 Dec
2008
24 Dec
'08
5:09 a.m.
Moshe Weitzman wrote:
Sheryl - just call session_save_session(FALSE) and Drupal will not save anything to sessions table. You should explore any ramifications of this for other modules.
Unfortunately, this didn't work. It caused big problems within phpFreeChat itself. I typed one line into the chat, and it repeated itself in a loop forever - I had to exit the chat to abort it. I don't understand why phpFreeChat itself would need the session data saved to the Drupal sessions table since it's a standalone program that shouldn't need Drupal data handling. Maybe I did this wrong? I put the session_save_session(FALSE); line at the top of the module code. Any other suggestions? Thanks. - Sheryl