Hello, good afternoon. I have been trying to solve this problem for some time: I have a website that runs on the default port and an administrative system that runs on port 8080. (ex: link and link )
When in the same browser, I log in to the port site: 8080 and then to the default port site, it does the process normally, it ends the session generated by port: 8080 and generates a new one. When I try the inverse process, log in to the default port and then in: 8080, I get the following error:
Warning: session_start () [function.session-start]: open (C: \ xx \ xx \ sess_malaee35psko2uv3rsjhmfd0e3, O_RDWR) failed: Permission denied (13) in C: \ xx \ xx \ login.php on line 2
In both systems, the web user is used, in one I can access the session and in the other it does not. I searched the forums a lot and found nothing concerning the question of doors and the error of permission. I changed the session directory permission to 777 and I did not have the error any more, however, since the access comes from the same place, to the same place, I would like to know the reason for that, on the one hand to be able to delete and on the other not to. p>
Thanks in advance for your attention.