memcached - Session hangs on session_start() in PHP -
i've issue session_start() hangs.
i've tried replacing "file" method "memcached". did not correct problem.
the problem not concurrent access. it's not i'm trying access session 2 separate scripts @ same time.
i can create session , save it, cannot access session afterwards.
checking in session.save_path, can see session file created, , don't see problem it. here example session file:
sess_88senr7p8icjaiebup8i449l41:csrf|s:32:"401a0f9028b00102c671459da8537286";userdata|a:6:{s:2:"id";s:4:"3198";s:5:"email";s:25:"paul@*******.com";s:4:"name";s:17:"********";s:6:"parent";s:4:"3198";s:11:"permissions";i:1;s:15:"app_permissions";n;}employer|a:8:{s:2:"id";s:4:"3198";s:12:"company_name";s:7:"**";s:21:"user_accounts_allowed";i:20;s:18:"user_accounts_used";i:20;s:5:"notes";s:0:"";s:14:"contract_start";s:10:"2013-04-10";s:12:"contract_end";s:10:"2014-04-10";s:8:"features";i:2;}
this acting if session lock not removed @ all. check find this? same issue affect "file" , "memcached"?
Comments
Post a Comment