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

SQLAlchemy backend creates an incredible number of table entries #25

Closed
jschneier opened this issue Oct 8, 2015 · 1 comment
Closed

Comments

@jschneier
Copy link

I have a maximum of 30 or 50 users (the same users always) using my platform on any given day and I currently (after a couple weeks) have 90k+ entries in my SQLAlchemy table. What creates so many and why are they there, I believe I am using only default configurations.

@fengsp
Copy link
Contributor

fengsp commented Oct 26, 2015

By default, all non-null sessions in Flask-Session are permanent. What this means is that every request that doesn't support cookie will generate an entry, crawlers might be the reason for it.

@fengsp fengsp closed this as completed Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants