You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have binary data in your session both Firefox and Chrome extensions show it as 'null' in the Request section. I don't expect it to be actually displayed, but it would be nice to see something like '<Binary Data (Length 64)>' or similar instead as 'null' is quite misleading.
The text was updated successfully, but these errors were encountered:
I guess we could use a similar code when serializing data globally. I'm a worried about the performance impact of running preg_match possibly hundreds or thousands of times though. Will need to investigate more.
If you have binary data in your session both Firefox and Chrome extensions show it as 'null' in the Request section. I don't expect it to be actually displayed, but it would be nice to see something like '<Binary Data (Length 64)>' or similar instead as 'null' is quite misleading.
The text was updated successfully, but these errors were encountered: