How to open Session.dat file?
Hi everybody,
As I know Session file to save account information. when I changed computer with different time zone then error occurred. So How to open Session file to view what inside? Thank you!
The file by default will be located in the debug BIN folder.
The file by default will be located in the debug BIN folder.
Yes, I know. But how to view what inside?
it's very easy to know the data saved there. The are byte[] and a common notepad cannot read. Instead of knowing what's there, why don't you check the code to see what's saved inside and manipulate that.
it's very easy to know the data saved there. The are byte[] and a common notepad cannot read. Instead of knowing what's there, why don't you check the code to see what's saved inside and manipulate that.
Thanks bro!