php - Web site stops responding until cookie is deleted -



php - Web site stops responding until cookie is deleted -

i have web site running on apache/php.

the web site uses cookies storing phpsessid.

some users uses web side 24/7 experience site not respond @ all. , solution delete cookie in browser.

any suggestions on can cause problem?

maybe session corrupt?

yes happen because of session.

if long running code locks session file (maybe phone call session_start), other pages utilize session blocked.

php apache cookies

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -