Needlworks / Textcube

Textcube : Brand yourself! / Personalized web publishing platform with multi-user support
http://www.textcube.org
Other
208 stars 55 forks source link

anonymous session issue in 1.9.1 #1653

Closed outsideris closed 10 years ago

outsideris commented 10 years ago

I've upgrade 1.9.1 from 1.9 beta 6. after that, anonymous users see empty page. I think It's related session already exists because if I revert @fea8b6ac, the issue was solved. but I apply the commit again(of course I run /checkup), anonymous user see empty page while the user, run /chuckup, is fine.

so, I think this issues related #1460 or #1647

inureyes commented 10 years ago

Let me handle this one. :+1:

inureyes commented 10 years ago

This is due to the patch to prevent spammer anonymous flooding situation.

inureyes commented 10 years ago

인기 많은 블로그의 경우 스패머가 생성하는 anonymous session이 너무나 많아져서 로그인이 불가능하게 되는 문제가 생깁니다. 그래서 중복 세션 생성을 막으려고 수정한 코드가 이번에는 반대로 방문자를 1로 만드는 문제가 있습니다.