| 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'; |