Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 356)
+++ trunk/CHANGELOG	(revision 357)
@@ -16,6 +16,8 @@
 #	Fixed typo in news save comment page (#282)
 #	Fixed typo in news delete post page (#283)
 !	Added multi-submission protection to form module (#119)
+#	Added notice for when PHP Session Support appears to be disabled in installer,
+	even if it is enabled and the problem actually lies in the users browser (#154)
 19-May-2006 Ryan Djurovich
 #	Fixed problem in forgotten login form where email field is too short (#207)
 #	Fixed typo in forgotten login details email (#190)
Index: trunk/wb/install/index.php
===================================================================
--- trunk/wb/install/index.php	(revision 356)
+++ trunk/wb/install/index.php	(revision 357)
@@ -109,7 +109,12 @@
 		<tr>
 			<td colspan="8"><h1>Step 1</h1>Please check the following requirements are met before continuing...</td>
 		</tr>
+		<?php if($session_support != '<font class="good">Enabled</font>') { ?>
 		<tr>
+			<td colspan="8" style="font-size: 10px;" class="bad">Please note: PHP Session Support may appear disabled if your browser does not support cookies.</td>
+		</tr>
+		<?php } ?>
+		<tr>
 			<td width="140" style="color: #666666;">PHP Version > 4.1.0</td>
 			<td width="35">
 				<?php
