summaryrefslogtreecommitdiffstats
path: root/ajax_chat.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax_chat.php')
-rw-r--r--ajax_chat.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ajax_chat.php b/ajax_chat.php
index 04a6fd4..2b6d909 100644
--- a/ajax_chat.php
+++ b/ajax_chat.php
@@ -1,5 +1,7 @@
<?
session_start();
+session_write_close();
+//Just doing this as evidence that $_SESSION as read-only is still available.
$userID = $_SESSION['userID'];
include('includes/chats.php');