Skip to content

The session secret

This is what keeps your login secure. Nobody issues it; you invent it.

Make a random string of at least 30 characters — numbers, uppercase and lowercase mixed. A password manager’s generator is ideal. Paste it into your text file and label it SESSION_SECRET.

Don’t use anything meaningful. You never type this again.

Suggested Method using Random.org: