[interchange] Turn off session ids in Strap by default

Josh Lavin interchange-cvs at icdevgroup.org
Fri Oct 7 23:00:28 UTC 2016


commit 49e400253490aa386e6072f53818a260c11eccfb
Author: Josh Lavin <digory at cpan.org>
Date:   Fri Oct 7 15:59:15 2016 -0700

    Turn off session ids in Strap by default
    
    - First-party cookies are the norm now.
    - For more details see:
      http://www.icdevgroup.org/pipermail/interchange-users/2005-January/041915.html

 dist/strap/catalog.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/dist/strap/catalog.cfg b/dist/strap/catalog.cfg
index c82367a..693891a 100644
--- a/dist/strap/catalog.cfg
+++ b/dist/strap/catalog.cfg
@@ -190,6 +190,7 @@ EOL
 # Various catalog settings.
 
 ScratchDefault  mv_add_dot_html   0
+ScratchDefault  mv_no_session     1
 ScratchDefault  mv_no_session_id  1
 ScratchDefault  mv_no_count       1
 



More information about the interchange-cvs mailing list