Errors destroying and reading sessions in PHP -


i have php 7 app works on servers it's installed on except one. servers windows (i believe server 2008 r2 , 2012). problem on 1 of servers, keep getting 2 kinds of errors sporadically, seemingly randomly. 1 of errors

session_destroy(): session object destruction failed

and other

php fatal error: uncaught exception 'errorexception' message 'unknown: open(e:\tmp\sess_6qlo69vbii0qs65i4n47blafi3, o_rdwr) failed: permission denied (13)' in unknown:0

every search on these errors go permissions, makes sense aside fact it's not happening every time, it's random. missing here, cause permissions on file different when session gets created reason in situations? or else possibly explain behavior?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -