Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa f875bd2944 changed: when a client doesn't send a session cookie we can instead of ban just use a temporary session
added: config option:
	// the way we behave when no_session_cookie_treshold limit is exceeded
 	// 0 - if a client doesn't send a session cookie again then use a temporary session
 	//     (other sessions from this IP address are not affected)
 	// 1 - add this IP address to ban list and create a temporary session
 	//     (this will block other sessions from this IP address too)
 	// default: 0
 	int no_session_cookie_ban_mode;




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@996 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-11-25 12:02:22 +00:00
core changed: when a client doesn't send a session cookie we can instead of ban just use a temporary session 2014-11-25 12:02:22 +00:00
db removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
etc added: winix functions: locale, timezone 2012-06-26 23:19:19 +00:00
functions changed: when a client doesn't send a session cookie we can instead of ban just use a temporary session 2014-11-25 12:02:22 +00:00
html added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
locale added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
main added: possibility to encode the session cookie (added files core/sessionidmanager.h and core/sessionidmanager.cpp) 2014-11-22 15:30:56 +00:00
notify added: possibility to encode the session cookie (added files core/sessionidmanager.h and core/sessionidmanager.cpp) 2014-11-22 15:30:56 +00:00
plugins added: possibility to encode the session cookie (added files core/sessionidmanager.h and core/sessionidmanager.cpp) 2014-11-22 15:30:56 +00:00
templates added: possibility to ban if a session cookie is incorrect (when we are using encoded cookies) 2014-11-24 20:22:30 +00:00
txt removed: svn:executable attribute from files 2014-11-01 17:05:20 +00:00
Makefile define AR macro in the main Makefile 2014-11-12 04:14:16 +00:00
Makefile.dep added: possibility to encode the session cookie (added files core/sessionidmanager.h and core/sessionidmanager.cpp) 2014-11-22 15:30:56 +00:00