winix/winixd
Tomasz Sowa 08123fe6ac changed the algorithm how sessions work:
- if the IP is banned or there is no a winix function then we set a temporary session
- else
  if there is a session's cookie sent by the client then:
   - if the cookie is a correct session's cookie then we set the session from the cookie
   - or if the cookie is not a correct session's cookie (e.g. session expired) and the winix function
     requires a cookie then we set a new session
   - or if there is no cookie sent then if a winix function requires a session we create a new session

  if there was an error creating a new session or event counters reach a ban limit then a temporary session will be used





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1115 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-06-20 15:00:02 +00:00
..
core changed the algorithm how sessions work: 2018-06-20 15:00:02 +00:00
db added config parameter: db_postgresql_smaller_than_10 2018-04-25 09:37:56 +00:00
etc moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
functions changed the algorithm how sessions work: 2018-06-20 15:00:02 +00:00
html some work on integrating ckeditor4 2018-05-10 17:21:39 +00:00
locale fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
main added: Request::post_in (PT::Space) for input when application/json content type is used 2018-04-26 18:56:31 +00:00
notify added: std::wstring * Request::ParamValuep(const wchar_t * param_name) 2018-04-22 21:26:56 +00:00
plugins added: std::wstring * Request::ParamValuep(const wchar_t * param_name) 2018-04-22 21:26:56 +00:00
templates some work on integrating ckeditor4 2018-05-10 17:21:39 +00:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile changed: Makefile (added Logger from pikotools) 2018-04-23 14:29:58 +00:00
Makefile.dep changed: Makefile (added Logger from pikotools) 2018-04-23 14:29:58 +00:00