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)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:34:29 +0000 (21:34 +0000)
commit6656aef08918a552b006f996ed0032041aac38bc
tree7e6f1b6943cc153967a013d7c7124806cd6465b1
parent77d93a35c3508e8f06d3327a742fd5471849a1b2
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