Skip to content

why secretKey in revel.go is private? #1127

@mei-rune

Description

@mei-rune

I need edit secretKey in OnAppStart, as follows:

revel.OnAppStart(func(){
revel.SecretKey = // read from database
})

why I need edit secretKey?
I has mutiple app, some app is develop with java, some app is develop with revel.
I share session in all app, So secretKey must is same in all app.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions