Skip to content
Snippets Groups Projects
  1. Oct 28, 2011
  2. Oct 18, 2011
  3. Oct 07, 2011
  4. Sep 20, 2011
  5. Aug 10, 2011
  6. Jul 12, 2011
  7. Jun 15, 2011
  8. Jun 06, 2011
  9. May 26, 2011
  10. May 13, 2011
  11. May 04, 2011
  12. Apr 27, 2011
  13. Feb 08, 2011
  14. Jan 28, 2011
  15. Jan 26, 2011
  16. Dec 22, 2010
  17. Dec 10, 2010
  18. Nov 30, 2010
  19. Nov 09, 2010
  20. Nov 08, 2010
  21. Nov 02, 2010
  22. Oct 21, 2010
  23. Oct 12, 2010
  24. Sep 10, 2010
  25. Aug 09, 2010
  26. Jul 30, 2010
  27. Jul 09, 2010
  28. Jul 07, 2010
  29. Feb 15, 2010
    • Olav Morken's avatar
      Disable cookie secure-flag by default. · c4ae073b
      Olav Morken authored
      This patch removes the autodetection of the secure flag for the cookie
      based on whether the user is accessing simpleSAMLphp through https. The
      reason for this is that the user can often access an SP through both
      https and http. If the user starts with http, everything will work, but
      if the user starts with https, the user will get two separate cookies,
      one for https and one for http.
      
      This patch introduces a new configuration option in config.php:
      
          /*
           * Set the secure flag in the cookie.
           *
           * Set this to TRUE if the user only accesses your service
           * through https. If the user can access the service through
           * both http and https, this must be set to FALSE.
           */
          'session.cookie.secure' => FALSE,
      
      git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2180 44740490-163a-0410-bde0-09ae8108e29a
      c4ae073b
  30. Feb 14, 2010
  31. Jan 12, 2010
  32. Oct 20, 2009
  33. Oct 19, 2009
Loading