]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added check for session only cookies to server analysis
authorcash <cash.costello@gmail.com>
Wed, 12 Oct 2011 02:08:35 +0000 (22:08 -0400)
committercash <cash.costello@gmail.com>
Wed, 12 Oct 2011 02:08:35 +0000 (22:08 -0400)
pages/server_analysis.php

index db3aed5f65f854c742029c55f4baac14875ea6ea..7e4218b83d5c1c666c08abef69613677b50147a1 100644 (file)
@@ -124,6 +124,11 @@ echo elgg_view_title($title);
                        <td><?php echo (is_callable('exif_read_data')) ? 'Enabled' : 'Disabled'; ?></td>
                        <td></td>
                </tr>
+               <tr>
+                       <td>Cookie only sessions</td>
+                       <td><?php echo (ini_get('session.use_only_cookies')) ? 'Enabled' : 'Disabled'; ?></td>
+                       <td>Cookie only sessions may affect the Flash uploader</td>
+               </tr>
        </table>
        <div style="margin-top:20px;">
                <a href="<?php echo $CONFIG->url . "mod/tidypics/docs/configure_server.txt"; ?>">Server configuration doc</a>