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
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