I stored the php session in redis. Now we need to deal with account permissions. Part of the interface is written in node, so we need to decode the php session. I don’t know what library is there
I stored the php session in redis. Now we need to deal with account permissions. Part of the interface is written in node, so we need to decode the php session. I don’t know what library is there
Cannot decode. PHP's sessionid does not store a specific value, it is just a key. It is randomly generated by hashing.
First get the serialized Session from Redis through the Session id passed by the client
Deserialization
https://github.com/naholyr/js...