AntiPattern
State Storage Misconflation
context-state-misconflation
Session or connection-specific state gets assumed to persist across contexts (e.g., SSR render, pooling, or different credential mechanisms) because developers conflate storage location with what the client presents, leading to broken security/config behavior and ineffective mitigations.