Index: temp/trunk/html/admin/products/index_test.php
===================================================================
--- temp/trunk/html/admin/products/index_test.php	(revision 1794)
+++ temp/trunk/html/admin/products/index_test.php	(revision 1797)
@@ -31,5 +31,8 @@
 $objView = new SC_AdminView();
 
-//session_start();
+session_start();
+
+print("aa");
+MyFlush();
 
 $max = 11;
@@ -43,5 +46,9 @@
 
 //---------------------------------------------------------------------------------------------------------------------------------------------------------
-
+function MyFlush() {
+	flush();
+	ob_end_flush();
+	ob_start();
+}
 
 ?>
