


I have 2 VPS with exactly the same environment:
- Ubuntu 22x
- Redis 7.4
- PHP 8.4
For session configuration, both are set to Redis.
For the first VPS, everything is normal:
token|s:64:"e27bc1c408a1e35d13040dccf3c32a35835c054d49436214677d45e87a187914";
But for the second VPS it's like this:
token|s:64:"b2076ee127455ad65ce3c8977ab7e018ba2dd748551463fb5219ae452a687618";
Why is this different? even though the environment is all the same, what is the bug from aaPanel when displaying its redis data? because I checked using redis-cli the data is normal.
Is there a solution to fix this?