includes/sessions.php
changeset 191 8e2fffc5c622
parent 177 b4aaca42c8a4
child 202 c9fd175289aa
--- a/includes/sessions.php	Sun Oct 21 21:26:11 2007 -0400
+++ b/includes/sessions.php	Tue Oct 23 12:30:08 2007 -0400
@@ -863,7 +863,7 @@
     {
       // Stash it in a cookie
       // For now, make the cookie last forever, we can change this in 1.1.x
-      setcookie( 'sid', $session_key, time()+315360000, scriptPath.'/' );
+      setcookie( 'sid', $session_key, time()+315360000, scriptPath.'/', null, ( isset($_SERVER['HTTPS']) ) );
       $_COOKIE['sid'] = $session_key;
     }
     // $keyhash is stored in the database, this is for compatibility with the older DB structure