sas             Thu Oct  3 02:33:19 2002 EDT

  Modified files:              
    /php4/ext/session/tests     007.phpt 
  Log:
  session_destroy resets the sid, so we need to set it again here
  
  
Index: php4/ext/session/tests/007.phpt
diff -u php4/ext/session/tests/007.phpt:1.1 php4/ext/session/tests/007.phpt:1.2
--- php4/ext/session/tests/007.phpt:1.1 Thu Oct  3 01:06:01 2002
+++ php4/ext/session/tests/007.phpt     Thu Oct  3 02:33:19 2002
@@ -17,6 +17,7 @@
 session_destroy();
 
 ### Phase 2 $HTTP_SESSION_VARS["c"] does not contain any value
+session_id("abtest");
 session_register("c");
 unset($c);
 $c = 3.14;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to