Skip to content
Snippets Groups Projects
  1. Nov 22, 2012
  2. Sep 14, 2012
  3. May 03, 2012
  4. Mar 21, 2012
  5. Jan 23, 2012
  6. Dec 19, 2011
  7. Dec 06, 2011
  8. Dec 02, 2011
  9. Nov 17, 2011
  10. Nov 08, 2011
  11. Oct 28, 2011
  12. Oct 18, 2011
  13. Oct 07, 2011
  14. Sep 20, 2011
  15. Aug 10, 2011
  16. Jul 12, 2011
  17. Jun 15, 2011
  18. Jun 06, 2011
  19. May 26, 2011
  20. May 13, 2011
  21. Apr 27, 2011
  22. Jan 28, 2011
  23. Jan 26, 2011
  24. Nov 30, 2010
  25. Nov 02, 2010
  26. Oct 21, 2010
  27. Oct 12, 2010
  28. Sep 10, 2010
  29. Aug 09, 2010
  30. Jul 09, 2010
  31. Jul 07, 2010
  32. 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
  33. Feb 14, 2010
  34. Oct 20, 2009
  35. Oct 19, 2009
Loading