Skip to content
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

Session time too short #400

Closed
RicoElectrico opened this issue Feb 25, 2022 · 3 comments
Closed

Session time too short #400

RicoElectrico opened this issue Feb 25, 2022 · 3 comments
Labels

Comments

@RicoElectrico
Copy link
Contributor

Hi,
It seems that (I don't know Symfony) the session time is default 30 minutes. A longer value like 7 days would be more reasonable to me.

@jbelien
Copy link
Member

jbelien commented Feb 28, 2022

To be honest I don't see the point of extending the "length" of the session.
If the session is expired, you just have to log in again (see #401)

@angoca
Copy link
Contributor

angoca commented Mar 16, 2022

What is the purpose to login again? This web application is not providing sensitive information, like a bank.
Instead, I see this like the main OpenStreetMap page, where you log in once, and if you haven't used it for weeks, it logouts.

I have some issues with this logout feature. In fact, I open several users at the same time (different tabs) and I analyze each of them. Sometimes, it took a while to analyze some of them, and when I go back to the last one, the session has been invalidated, and I cannot click on "X has been welcomed", so I have to go back to main screen, login, go to my area, and search the user again.

@jbelien
Copy link
Member

jbelien commented Mar 16, 2022

Okay, I get your point.
I'll extend the session lifetime.

@jbelien jbelien closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants