Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
Angry Could not deliver chat message. Your chat session has either ended or expired - 22-02-2006, 03:20 PM

Kayako Supportsuite version: 3.00.32

Whenever a visitor requests chat, operator accepts the chat and sends a hello to the visitor, the following message shows up on the operator window:

Could not deliver chat message. Your chat session has either ended or expired

Although the visitor on the other end receives the hello message without any problems. Any message sent by visitor is not delivered to the operator either.

Basically the winapp operator window for liveresponse is utterly useless since you are unable to chat with the visitor. Anything operator types, visitor receives but anything operator or visitor type is not displayed on the operator's window.

Multiple messages sent by operator come back with the same response:

Could not deliver chat message. Your chat session has either ended or expired

Could not deliver chat message. Your chat session has either ended or expired

Could not deliver chat message. Your chat session has either ended or expired

Anyone face this issue and know how to resolve it?
   
Reply With Quote
  (#2) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
23-02-2006, 01:30 AM

Anyone? I really need this issue resolved.
   
Reply With Quote
  (#3) Old
Digital Mayhem Offline
Community Moderator
 
Digital Mayhem's Avatar
 
Posts: 854
Join Date: May 2005
Location: Henderson, Nevada
23-02-2006, 01:32 AM

nope sorry never had this issue mine works fine...
   
Reply With Quote
  (#4) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
23-02-2006, 04:17 AM

It can't be just our install, I have read about previous issues regarding this which were left with no answer.

If support sees this, please see our ticket SUPPORT #ROR-735851

Last edited by WireNine; 23-02-2006 at 04:29 AM.
   
Reply With Quote
  (#5) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
24-02-2006, 04:13 AM

Still waiting for a resolution.
   
Reply With Quote
  (#6) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
24-02-2006, 04:27 AM

I am also not having this issue...

But, it sounds like you are having trouble with your PHP session information on your server. Check your PHP.INI file to find out what your session path is. Then check to make sure that folder exists on your server and that it has permissions set such that the web site can write to it.

Also sharing some details about your configuration might help others to point you in the correct direction. Like, server OS, PHP version, MySQL version, whether you are running in CGI or ISAPI mode, are you using a PHP accelerator, etc.


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...

Last edited by netFusion; 24-02-2006 at 04:29 AM.
   
Reply With Quote
  (#7) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
25-02-2006, 06:48 AM

Still unresolved, tried disabling eAccelerator which made it work for a while but it doesn't work again.

Last edited by WireNine; 26-02-2006 at 01:55 PM.
   
Reply With Quote
  (#8) Old
rustelekom Offline
New Member
 
Posts: 7
Join Date: Dec 2005
25-02-2006, 02:24 PM

We have same issue (but we use unstalbe 33 version) and it is look now as solved by reinstalling Zend (from 2.5.10 version to 2.6.2). Php version is 4.4.3-dev (because 4.4.2 have a bug with image libraries.)
   
Reply With Quote
  (#9) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
26-02-2006, 01:15 AM

Quote:
Originally Posted by rustelekom
We have same issue (but we use unstalbe 33 version) and it is look now as solved by reinstalling Zend (from 2.5.10 version to 2.6.2). Php version is 4.4.3-dev (because 4.4.2 have a bug with image libraries.)
Did you have eAccelerator installed?

Last edited by WireNine; 26-02-2006 at 01:54 PM.
   
Reply With Quote
  (#10) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
26-02-2006, 02:04 PM

Quote:
Originally Posted by netFusion
I am also not having this issue...

But, it sounds like you are having trouble with your PHP session information on your server. Check your PHP.INI file to find out what your session path is. Then check to make sure that folder exists on your server and that it has permissions set such that the web site can write to it.

Also sharing some details about your configuration might help others to point you in the correct direction. Like, server OS, PHP version, MySQL version, whether you are running in CGI or ISAPI mode, are you using a PHP accelerator, etc.
We are using:

CentOS 3.6
PHP 4.4.2 (mod_php, not cgi)
MySQL 4.1.14-standard
Zend Optimizer 2.6.2

Using eAccelerator, already tried disabling it which resolved the issue for a while but that wasn't the solution.

Here are the session settings from php.ini file:
Quote:
[Session]
session.save_handler = files
;session.save_path = /tmp
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
   
Reply With Quote
  (#11) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
26-02-2006, 10:48 PM

This is the weirdest issue.

The winapp installed on my comptuer does not work with the supportsuite installed on my server, yet it works with supportsuite installed on a friend's server. The winapp installed on my friend's computer, works with both supportsuite installed on my server and his server.

But if this was a computer issue, why would the winapp installed on my computer work perfectly fine with his installation of supportsuite? I even tested using different computers, it just doesn't work with my own server.

I am confused and lost.

Tried reinstalling zend optimizer, that did not help either.
   
Reply With Quote
  (#12) Old
netFusion Offline
Member
 
Posts: 393
Join Date: Sep 2003
Location: My wife calls it the doghouse...
28-02-2006, 12:39 AM

You might also give this a try:

Quote:
Open the file config.php under the ./config directory of your support web site and change:

/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = false;

To:
/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = true;


netFusion Computer and Network Solutions
Web Site: http://www.netFusionKC.com
Web Store: https://www.netfusionkc.com/store/

Anything I say or do is my own opinion and may make absolutely no sense to anyone but me...
   
Reply With Quote
  (#13) Old
WireNine Offline
Member
 
Posts: 86
Join Date: Feb 2006
28-02-2006, 05:12 AM

Thank you netFusion, I already had that option set to true in config file. Although LiveResponse started functioning on its own suddenly.

Now there is a new issue, usually when I'm in a session with a customer, after about 4-5 minutes, I start get the following message:

"Client Chat Window is Not Responding. If you continue to receive this message, the client might have ended the chat session or the chat might have timed out."

Even though the customer is still on the other end sending messages "Are you there?" but no matter what I type or say, my messages don't reach them but their messages reach me.

Any clue?
   
Reply With Quote
Reply

Tags
chat, deliver, ended, expired, message, session

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to deliver the chat message. The chat session has either ended or expired lio SupportSuite, eSupport and LiveResponse 14 13-12-2007 03:38 PM
Custom fields prior to starting chat session needed badly!!!!! Doug I. LiveResponse Desktop Application 3 25-05-2007 01:21 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46