B
B
Blumfontein2014-09-04 13:16:19
PHP
Blumfontein, 2014-09-04 13:16:19

Is there a Memcached-based PHP session implementation in OpenSource WITHOUT using native php functions (session_start, session_destroy, etc.)?

Prompt worthy session libraries not based on PHP Session API. It is extremely inconvenient to work with it with several sessions within one request.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Fortop, 2014-09-11
@Fortop

Actually by roles. If you have only one user can have a specific role and when you change the role of a new user, you need to take it from the old one, then store the "role - user" and "user - role" bundle in memcash for example.
And when changing the role, invalidate the old keys

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question