Allow reuse of WebCit sessions currently resident in memory by unbinding unless the...
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 11 Jul 2011 18:46:40 +0000 (14:46 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 11 Jul 2011 18:46:40 +0000 (14:46 -0400)
commit986d83a97093f266aac16e421e4201b561a6d854
treee5b9e5db16f42d6aa80007aaf20b6b9bb1709a2f
parent798615f358f97e3d4a898b6c931d43ef57fba990
Allow reuse of WebCit sessions currently resident in memory by unbinding unless the session is logged in or explicitly provided a session cookie.  This prevents cookieless web spiders from flooding the session table.
webcit/context_loop.c