SIGN IN SIGN UP

fix(mysql): remove path-separator check from MysqlAgentStateStore session id validation (#2022)

## Summary
MysqlAgentStateStore.validateSessionId() rejects any session id
containing / or \, which makes it incompatible with legitimate callers
such as SessionSandboxStateStore. This
PR removes that check because it is a filesystem-oriented constraint
that has no meaning for a relational store and violates the
AgentStateStore interface contract that other
implementations (e.g. JsonFileAgentStateStore) already honor.
M
Mr.Rain committed
769eac173096ff97645a0829a5f8487654aadc98
Parent: e9a522b
Committed by GitHub <noreply@github.com> on 8/6/2026, 2:07:14 PM