- Issue created by @manish.jain
- Issue was unassigned.
- Assigned to philipnorton42
- 🇬🇧United Kingdom philipnorton42 Cheshire
Thanks for the bug report!
It looks like the "php" session.serialize_handler doesn't work correctly. It is needed to read the data held in other sessions and pick out data like the user agent and masqurade settings.
Looking at the strings in the session data is doesn't look like using string positions is the best way to go about things. I think a better way is to use the session_decode() method since that is built into PHP and should be able to read the session data correctly. I needed to get around the fact that this method alters the current session and use a temporary session to grab hold of the data.
Change incoming :)
-
philipnorton42 →
committed 606cdde6 on 1.0.x
Issue #3442086 by manish.jain, philipnorton42: Warning: unserialize():...
-
philipnorton42 →
committed 606cdde6 on 1.0.x
- Status changed to Fixed
7 months ago 1:18pm 19 April 2024 - 🇬🇧United Kingdom philipnorton42 Cheshire
Change committed and released as 1.0.5 ( https://www.drupal.org/project/session_inspector/releases/1.0.5 → )
Thanks!
- Status changed to Fixed
7 months ago 1:19pm 19 April 2024