Smaller random number for smaller machines. :-)

This commit is contained in:
moodler
2003-01-24 08:47:20 +00:00
parent 03f06a1412
commit e79ddee2ad
+1 -1
View File
@@ -17,6 +17,6 @@ if (!isset($_SESSION["test"])) { // First time you call it.
echo "<P>Sessions are working correctly</P>";
}
echo "<P><A HREF=\"session-test.php?random=".rand(1,1000000)."\">Reload this page</A></P>"
echo "<P><A HREF=\"session-test.php?random=".rand(1,10000)."\">Reload this page</A></P>"
?>