-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS.Session.Set_Lifetime should not be called by users #151
Comments
I'm confused by this. How can it be overwritten by any .ini file loaded since AWS loads the .ini at elaboration time, so before a user can call Set_Lifetime. I'm wondering if there is not something else that broke in your case! |
The routine can be used to change session lifetime when HTTP server already started. The initial lifetime set happening on first server with session support start from it's configuration, See I think we should not make this routine private. |
My code is actually creating a Config object programmatically, as in
So perhaps a better wording for the updated comment would be the following (also rewriting the part already there, which I find confusing):
|
A suggestion for documentation improvement. This cost me quite a while investigating why my users were logged out after 10min, despite me setting the lifetime to 1 day.
Perhaps better would be to make this subprogram private, or even only in the body (I think it would work, but did not check in full details)
The text was updated successfully, but these errors were encountered: