Hi,
I am storing the session variables in the MySQL Tables. The session values are stored in the format shopSessID|s:32:"d948b85ebb1b1bad95119c2aee072cc1";subID|s:5:"False";
Please advise me how to read this format as in
ShopSessID = d948b85ebb1b1bad95119c2aee072cc1
subID = False
Thanks





Bookmarks