session_get: use buffer.display_uri_string
commit2238db61c4aa87248cbe5beb54c8b1f0d01e5eeb
authorJohn Foerch <jjfoerch@earthlink.net>
Thu, 20 May 2010 02:24:59 +0000 (19 22:24 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Thu, 20 May 2010 02:24:59 +0000 (19 22:24 -0400)
tree4e071765111b6da5a6177ad4f605c3abb9763ea3
parent73b0eb612e20073899e9835598ee12499dc1e1eb
session_get: use buffer.display_uri_string

The display-uri is guaranteed to be the uri that the buffer is pointed to,
whether or not the document has actually started to download.  The actual
document location could be about:blank, in the instant after the uri has
been requested, and before download progress has commenced, so session
data would get lost.

resolves issue273
modules/session.js