|
[Webware-checkins] CVS: Webware/WebKit/Configs Application.config,1.42,1.43
From: Geoff Talvola <gtalvola@us...> - 2002-03-02 16:31
|
Update of /cvsroot/webware/Webware/WebKit/Configs In directory usw-pr-cvs1:/tmp/cvs-serv16537/WebKit/Configs Modified Files: Application.config Log Message: added setting SessionPrefix which can be set to 'hostname' to cause all session IDs to be prefixed with the hostname, or you can put in any other string. This can be used along with mod_rewrite to do simple load balancing with session affinity. Index: Application.config =================================================================== RCS file: /cvsroot/webware/Webware/WebKit/Configs/Application.config,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Application.config 20 Feb 2002 14:17:20 -0000 1.42 --- Application.config 2 Mar 2002 16:31:25 -0000 1.43 *************** *** 24,27 **** --- 24,28 ---- 'MaxDynamicMemorySessions': 10000, # maximum sessions in memory 'DynamicSessionTimeout': 15, # minutes, specifies when to move sessions from memory to disk + 'SessionPrefix': None, # can be set to "hostname" or any other string to prefix the session ID 'IgnoreInvalidSession': 1, 'UseAutomaticPathSessions': 0, |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit/Configs Application.config,1.42,1.43 | Geoff Talvola <gtalvola@us...> |