You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tls vs not,
cookie timeout (hardcoded to the tornado web default of 31 days atm)
where to store persistent data if we want non ephemeral messaging?
maybe allowed users and services?
I can start out with a json file and sub out if it gets complex.
cookie timeout > handled by tornado
persistent data > would be the responsibility of service calling API, but
you should consider maintaining a log (perhaps a database) for synch
allowed users and services > handled by tornado
tls vs not,
cookie timeout (hardcoded to the tornado web default of 31 days atm)
where to store persistent data if we want non ephemeral messaging?
maybe allowed users and services?
I can start out with a json file and sub out if it gets complex.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28915296
.
The server should be driven by a config file...but what format?
The text was updated successfully, but these errors were encountered: