The people, the continuation of the question .

I ask you to tell me where the jamb can be.

Implemented session storage in memcached.
I write to the session Session::put('key','value') , and inside the method in which it is written, read Session::get('key') sees the value , and does not see it in another method ...

Question: where does it go?

PS
Before memcached, there was no such problem.
Cache - 2GB, value maximum 300Kb
Lifetime 20min

  • @sepgg, please provide a sample code. Where it is read now, and where not, it is not clear. - etki
  • The point is blocking, in general. OK. Then, maybe, will prompt who the most suitable implementation. In general, the backend is very tupit, so consistent requests are not suitable. It is necessary to send several parallel requests, with the response of each need to be QUICKLY saved. - sepgg

0