XF 2.1 How to unserialize Redis session data?

sajal

Active member
I have user session data stored in Redis like this:

\x00\x00\x00\x02\x14\b\x11\x03_ip\x11\x04\x0f\xcf\x9d\xe0\x11\x06userId\n\x00\x02W\xd8\x11\x0cpasswordDate\x06\x01\x11\x10dismissedNotices\x14\x00\x11\x10lastNoticeUpdate\ne\xd5\xc3\xb6\x11\x10promotionChecked\x05\x11\rtrophyChecked\x05\x11\x10previousActivity\ne\xd5\xc3\x89

How to unserialize it?
 
Top Bottom