Re: [SM-USERS] Session files and SM-1.2.11

2003-03-09 Thread Jonathan Angliss
Hello Stephen, On Saturday, March 08, 2003, Stephen Carr wrote... > I posted a problem with persisting session files in SM 1.2.11 some time > back and I had to revert to SM 1.2.10. I notice some other users are > having similar problems. > I think I have a fix - I am no PHP expert. > In src/glob

[SM-USERS] Session files and SM-1.2.11

2003-03-08 Thread Stephen Carr
Dear All I posted a problem with persisting session files in SM 1.2.11 some time back and I had to revert to SM 1.2.10. I notice some other users are having similar problems. I think I have a fix - I am no PHP expert. In src/global.php line 158 I changed @session_destroy; to session_destroy(); a