Reputation: 31
I implemented comet chat with codeigniter, it's working almost as expected but I still have some problems and need to rectify soon. Problem listed below.
Upvotes: 1
Views: 581
Reputation: 95900
I suggest you have a look at the following:
http://support.cometchat.com/documentation/php/installing-cometchat/ready-integrations/codeigniter/
If you want to increase the length of time before they timeout you can edit:
ONLINE_TIMEOUT in cometchat/config.php file, which stores default online time out value. This value is by default set to 60
If you still face issues, I suggest you contact them at http://www.cometchat.com/contact
I've used CometChat on a number of my sites without any issues. So you may want to check your configuration again.
Upvotes: 1