You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stores and restores the session data for a browser (all URLs) right? So why does it seem like we're setting it for a particular page with page.session.*.
For example you can open a page, do page.session.restore, close the page, open a new page and the session data will still be there. So clearly it's not tied to a particular page.
The text was updated successfully, but these errors were encountered:
This stores and restores the session data for a browser (all URLs) right? So why does it seem like we're setting it for a particular page with
page.session.*
.For example you can open a page, do
page.session.restore
, close the page, open a new page and the session data will still be there. So clearly it's not tied to a particular page.The text was updated successfully, but these errors were encountered: