hello,
i have a local windows machine running php and mysql. I have code that uses session and it works great on my local.
I moved it to my hosting provider (unix) and the code does not work now.
?????
i am using the same php.ini file and running the same code.
I did change the save_path variable and that works.
I think the problem is this::::
I can see the session file but it is empty on the unix server.
I can see the session file on my local windows machine and it has the variables in it.
WHAT is the difference between unix and windows... as to why the session file is not getting populated?
THANKS