Skip to content

fix endpoints that should accept any type of SessionIDs#1

Open
Bilb wants to merge 2 commits intosession-foundation:devfrom
Bilb:fix-endpoints-allow-any-sessionid
Open

fix endpoints that should accept any type of SessionIDs#1
Bilb wants to merge 2 commits intosession-foundation:devfrom
Bilb:fix-endpoints-allow-any-sessionid

Conversation

@Bilb
Copy link

@Bilb Bilb commented Jun 25, 2025

No description provided.

user = muser.User(session_id=sid, autovivify=False)

user = muser.User(session_id=sid, try_blinding=True, autovivify=False)
app.logger.warning(f"plop1: {user.session_id}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left over debug needs removing

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jagerman updated

@Bilb Bilb force-pushed the fix-endpoints-allow-any-sessionid branch from 5396d44 to e7bff74 Compare February 10, 2026 02:18
@Bilb Bilb force-pushed the fix-endpoints-allow-any-sessionid branch from e7bff74 to 325ea59 Compare February 10, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants