0 Members and 2 Guests are viewing this topic.
/* else { if((!$this->user_details['id']) && isset($_SESSION['chat_id']) && $this->check_session_guest()) { return $_SESSION['chat_id']; } else { $id = $this->get_guest_new_id(); $_SESSION['chat_id'] = $id; return $id; } } */