On Apr 29, 2019, at 2:24 AM, Paul Newton <[email protected]> wrote:
> 
> I love the new website but have come across an issue:
> Searching for ODBC as the search term, "All Messages" gives "502 Bad Gateway"

I looked through the logs, and it appears that Flask uses cookie-based sessions 
by default. Since the session stores all the matching message numbers for 
paging, those cookies can get BIG, and surpass the 4K limit. Your query 
returned almost 5000 matches!

To fix that I need to make some changes to support server-side sessions. In the 
meantime, try searching a narrower range. :)


-- Ed Leafe






_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to