Skip to content

[5.x] Add a paragraph about user UUIDs in the sessions table. #1698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

CasEbb
Copy link
Contributor

@CasEbb CasEbb commented Jul 8, 2025

This PR adds a paragraph to 'Storing users in a database'. When switchting to Eloquent users and keeping UUIDs, the user_id column on the sessions table also needs to be changed. SESSION_DRIVER=database is the default in laravel/laravel now and not changing the column type leads to sessions not persisting.

@duncanmcclean duncanmcclean merged commit d442a8d into statamic:master Jul 8, 2025
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