-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
status-testedReady for releaseReady for releasetype-enhancementNew enhancement of existing featureNew enhancement of existing featurewaiting-for-replyQuestion raised, need answerQuestion raised, need answer
Milestone
Description
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
status-testedReady for releaseReady for releasetype-enhancementNew enhancement of existing featureNew enhancement of existing featurewaiting-for-replyQuestion raised, need answerQuestion raised, need answer