Session
Everything on SkillVeris tagged Session — collected across the glossary, study notes, blog, and cheat sheets.
11 resources across 1 library
Study Notes(11)
Session State in Web Forms
Understand how Web Forms tracks per-user data across requests with Session state, the tradeoffs between InProc, StateServer, and SQLServer modes, and common pi…
Session and State Management
How ASP.NET MVC preserves data across stateless HTTP requests using Session, TempData, ViewData/ViewBag, cookies, and out-of-process session stores.
Local Storage and Session Storage
Persist Blazor app state in the browser using localStorage and sessionStorage via JS interop or community libraries.
The SparkSession
How SparkSession became Spark's unified entry point since version 2.0, how to build one, and how its session-reuse behavior works.
Session Windows
Learn how Flink's dynamically-sized session windows group events by activity gaps rather than fixed clock boundaries, ideal for user-behavior analysis.
Session Management Security
Explore how web sessions are created, maintained, and terminated securely, and the common pitfalls — like session fixation and token leakage — that break them.
Session Management in Flask
Understand how Flask's signed cookie-based sessions work, their limitations, and how to configure them securely.
Redis as a Session Store
How Redis centralizes web session state across multiple application servers, from modeling sessions as hashes with TTLs to session security and scaling with Se…
Redis Use Cases
A tour of the most common production use cases for Redis: caching, session storage, real-time leaderboards, rate limiting, and pub/sub messaging.
Session vs Token Authentication
Compare stateful session-based authentication with stateless token-based authentication and when to use each approach.
Session Management Security
How to protect user sessions with secure cookie attributes and defenses against fixation and hijacking.