Changeset 1067

Show
Ignore:
Timestamp:
05/09/2008 12:19:53 AM (14 months ago)
Author:
DotMG
Message:

refs #761, #575

Porting [1066] to trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libs/Config.class.php

    r1004 r1067  
    108108         * of Wikka on the same server, you should provide two different 
    109109         * values for this config entry to avoid a session leakage.     @@@ use path!! 
    110          * 
    111          * Important note: Wikka's cookies don't include the path and may be shared 
    112          * with other applications on your webserver.           @@@ they shouldn't be! 
    113          * Some other web applications may require that cookies they receive don't 
    114          * include illegal characters like @. 
    115          */ 
    116         // @@@ huh? is the '@' invalid? where is it documented? why use what's invalid? 
    117         var $wiki_suffix = '@wikka'; 
     110         *  
     111         * This value is a suffix for a cookie name, so you should specify characters 
     112         * that are legal to be a cookie name. {@see http://tracker.wikkawiki.org/ticket/761} 
     113         */ 
     114        var $wiki_suffix = '_wikka'; 
    118115 
    119116        /**