pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
501 stars 239 forks source link

use memcache as session provider will cause too many tcp connections #103

Closed grays820 closed 1 year ago

grays820 commented 5 years ago

when website run for few days ,memache will stay many connections and never close, why?

! TIM截图20190716152710

christopherpickering commented 1 year ago

Hi, I'm assuming you have resolved this. If not, can you give a test case that will reproduce it?