6
edits
(Understanding the Structure of sessionstore.js file) |
|||
| Line 203: | Line 203: | ||
I am in law enforcement and currently looking at a fragment of data from unallocated space that *appears* to be in the same format as the a/n file. I need to determine what the nature of the fields are. I have a pretty good idea on most of them, but not all. | I am in law enforcement and currently looking at a fragment of data from unallocated space that *appears* to be in the same format as the a/n file. I need to determine what the nature of the fields are. I have a pretty good idea on most of them, but not all. | ||
For example, let's say this information: | For example, let's say this information excerpt: | ||
"... title"Hotmail", cacheKey:0, ID:1291, scroll:"0,0"}], index:1, zoom:1, disallow:"", xultab:""....." | "... title"Hotmail", cacheKey:0, ID:1291, scroll:"0,0"}], index:1, zoom:1, disallow:"", xultab:""....." | ||
I can see from other pages on this wiki what some of these items do/store example scroll stores scroll bar position, but ID, where is the 1291 obtained from? Is this the 1291st browsing instance since the browser was started? I can't tell very well from the course code, but I'm not super fluent in js. | I can see from other pages on this wiki what some of these items do/store, for example scroll stores scroll bar position, but ID, where is the 1291 obtained from? Is this the 1291st browsing instance since the browser was started? I can't tell very well from the course code, but I'm not super fluent in js. | ||
Any help would be GREATLY appreciated. If this isn't the correct location for this, please let me know where I should ask. | Any help would be GREATLY appreciated. If this isn't the correct location for this, please let me know where I should ask. | ||
G-man | G-man | ||
edits