Talk:Session Restore: Difference between revisions

Understanding the Structure of sessionstore.js file
(Understanding the Structure of sessionstore.js file)
Line 194: Line 194:


[http://sessionmanager.mozdev.org/documentation.html http://sessionmanager.mozdev.org/documentation.html]
[http://sessionmanager.mozdev.org/documentation.html http://sessionmanager.mozdev.org/documentation.html]
== Understanding the Structure of sessionstore.js file ==
Hello all,
Sorry to intrude on your work, but I have a question that I just cannot find an authoritative answer on and I'm not sure that this is the appropriate place to ask, but here goes...
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:
"... 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.
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
6

edits