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
Connected Vivaldi's core _createRelatedTab() and this.home() directly to the reopen lifecycle in bundle.js.
On explicit close via (X), the previous tab session is completely torn down and wiped.
When reopened, Vivaldi creates a pristine brand-new tab pointing directly to this.props.webPanel.url with zero cached navigation history across all websites (ChatGPT, NotebookLM, Artificial Analysis, Grok, Claude, GitHub, Reddit, etc.).
On multitasking / blur / click outside, the active session is preserved 100% warm.