diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-23 22:38:30 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-23 22:38:30 -0800 |
commit | da05d696e7469d67d6df76d28aad711ee0e828e7 (patch) | |
tree | 8ef4a080d965baa6524a94c6f38e2676ca235404 /ajax_chat.php | |
parent | 7969dcfa62ac271ed6ef6d6b8d10bcf0659e25b5 (diff) | |
download | pathery-da05d696e7469d67d6df76d28aad711ee0e828e7.tar.xz |
Chat fixes
Diffstat (limited to 'ajax_chat.php')
-rw-r--r-- | ajax_chat.php | 2 |
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');
|