gitea documentation issue....
ok so this is the documentation I had issues with: https://docs.gitea.io/en-us/config-cheat-sheet/#session-session
I want it to reuse the database settings already set in the [database] section for session storage, which is postgres in my case.
So I set PROVIDER = postgres
and assume that setting PROVIDER_CONFIG empty will cause that to reuse my config.... but instead you have to set PROVIDER = db to make it reuse
gitea documentation issue....
PR to clarify those docs https://github.com/go-gitea/gitea/pull/19713