Hi guys, its me here again. Here's a pretty tricky situation right now.
I manage a local production server and a sandbox production server. Right now, my sandbox production server is going nuts with the SESSION handling. Someone installed some app here that cleared C:/Windows/Temp although thats kind of normal before the problem existed. My session variables keep on getting wiped whenever I move from one page to another. As what I've read somewhere, it has something to do with the temp folder getting wiped regularly but this rarely happened before someone installed that app.
I have moved session.save_path in my php.ini to a more safer location but still, there's nothing that shows up in that path and session variables are not saved. I am also not getting some php error log files in any of the paths.
Can someone figure out why is this happening? Is there some line in the php.ini that's causing this?
Thanks!
PS: Using php 5.2.13 here.