Badgerati / Pode.Web

Web template framework for use with the Pode PowerShell web server
MIT License
183 stars 23 forks source link

Adds built-in support for handling sessions with Tab scope #551

Closed Badgerati closed 4 months ago

Badgerati commented 4 months ago

Description of the Change

Adds built-in support for Pode.Web to automatically handle the Tab -Scope on Enable-PodeSessionMiddleware.

This will be done by using the window.sessionStorage on the frontend, and supplying the X-PODE-SESSION-TAB-ID header via AJAX calls.

Related Issue

Resolves #406