PHP Classes

Fix the AJAX Requests that Make PHP Take Too Long to Respond

Recommend this page to a friend!

      PHP Classes blog  >  Fix the AJAX Requests...  >  All threads  >  Fix the AJAX Requests that Make PHP...  >  (Un) Subscribe thread alerts  
Subject:Fix the AJAX Requests that Make PHP...
Summary:No file based session storage
Messages:2
Author:noname
Date:2015-05-04 13:15:48
Update:2015-05-04 23:17:09
 

  1. Fix the AJAX Requests that Make PHP...   Reply   Report abuse  
Picture of noname noname - 2015-05-04 19:46:22
In a real-live and productive environment I regard it as obvious to not store sessions in files for many reasons: It's inperformant, it's a security risk, it's not supporting load balancing etc. Once you go with solutions liek database or memcache, you even do not have the above described problem and don't need that solution.

  2. Re: Fix the AJAX Requests that Make PHP...   Reply   Report abuse  
Picture of Eslam Mahmoud Eslam Mahmoud - 2015-05-04 23:17:09 - In reply to message 1 from noname
We may have more than one solution but as you mentioned there are many levels of applications and you may don't need to use large solutions but you need to overcome that problem so that solution come to fill that need.