Smaller random number for smaller machines. :-)
authormoodler <moodler>
Fri, 24 Jan 2003 08:47:20 +0000 (08:47 +0000)
committermoodler <moodler>
Fri, 24 Jan 2003 08:47:20 +0000 (08:47 +0000)
lib/session-test.php

index 23b70bc8fd3e82d07c36fa19836aeda4de5de481..0b665c2a487c0e87d0816f82dec3872dfa65550e 100644 (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>"
 
 ?>