This is in my /tmp directory .. what is it? does it mean its storing sessions in memory?? I have it set to store sessions in files (there are alot of files in /tmp/sess_* ) but I just wonder what this is?
thanks
Hi,
this file will be created if Apache/PHP has been compiled with (lib)mm suport. It's a file where shared memory data/info is stored.
Thomas
SO this doesn't have anything to do with my sessions timing out?
No ... I don't think so.
In which way does your session time out (downloading files, after a certain time, ...) ?