TWebLocalStorage question

The manual says: 

	<div title="Page 274">
		<div>
			<div>
				<p><span style="font-size: 11.000000pt; font-family: 'ArialMT'"><i>When the same URL is visited by the browser, the values stored from the last session can be

retrieved.

What part of the URL is used? If there are querystring args, are they included? Will a timestamp or time-sensitive argument prevent access?




domain/protocol/port triplet


See info on localstorage API it uses
https://javascript.info/localstorage

Awesome. Thanks!

You might want to add comments like this to the manual so people can do further research when needed.