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
squallpang Offline
New Member
 
Posts: 14
Join Date: Jul 2007
Can't able to login - 18-07-2007, 07:03 AM

I am currently testing supportsuit running a trial version , when i login wothin the same LAN,it's got no problem , but if i login from the internet ip outside LAN, i just got redirect to the login page again(without say any error of password ), and i have othrer user try , some report that they can login , but with all the icon missing , is there something setting wrong?I have also send a email to your company sales asking for extend the period of trial and some other infomation yesterday, but i didn't get any respond yet, since today is last day of trial already and i got too many stuff need to test before purchase it , please reply as soon as possbile
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,958
Join Date: Aug 2006
Location: Mumbai, India
18-07-2007, 07:10 AM

Are you on Kayako Hosted trial or the trial is installed on your server?



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
squallpang Offline
New Member
 
Posts: 14
Join Date: Jul 2007
18-07-2007, 07:13 AM

i host on my iown server
   
Reply With Quote
  (#4) Old
squallpang Offline
New Member
 
Posts: 14
Join Date: Jul 2007
18-07-2007, 07:23 AM

When i login though LAN within office , it's OK, but when i login though an internet ip from outside , the page just loop back to the login page without any error prompt out
   
Reply With Quote
  (#5) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,958
Join Date: Aug 2006
Location: Mumbai, India
18-07-2007, 08:16 AM

Open the config.php file found in the config directory of the software and change:

PHP Code:
/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = false
to:

PHP Code:
/**
* DISABLE SESSION IP CHECKS
*/
$_SWIFT["disablesessionipcheck"] = true
That should fix the issue



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#6) Old
squallpang Offline
New Member
 
Posts: 14
Join Date: Jul 2007
18-07-2007, 10:42 AM

it is ok now , thx
   
Reply With Quote
  (#7) Old
Viamaxima Offline
New Member
 
Posts: 3
Join Date: Sep 2007
26-09-2007, 02:14 AM

i have same problem. but this modification not work with me.
continue same problem: the page just loop back to the login page without any error prompt out
   
Reply With Quote
  (#8) Old
craigbrass Offline
Senior Member
 
Posts: 5,922
Join Date: Jun 2005
Location: Cumbria, UK
26-09-2007, 09:13 AM

Has it always done this since you installed or has it occoured after an upgrade?


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#9) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,958
Join Date: Aug 2006
Location: Mumbai, India
26-09-2007, 10:22 AM

Quote:
Originally Posted by Viamaxima View Post
i have same problem. but this modification not work with me.
continue same problem: the page just loop back to the login page without any error prompt out
Check your server error_log for any reported errors.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#10) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,651
Join Date: May 2003
26-09-2007, 10:55 AM

If the browser loops back to the login page without any errors then the issue has to do with your cookie settings (local or server).

The disablesessionipcheck should be used when you get session expired errors which log you out of the system.

Hope that helps.

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#11) Old
Viamaxima Offline
New Member
 
Posts: 3
Join Date: Sep 2007
27-09-2007, 01:31 AM

Quote:
Originally Posted by Varun Shoor View Post
If the browser loops back to the login page without any errors then the issue has to do with your cookie settings (local or server).
My server says that is problem kayako (bug in Kayako)

Cookie settings local no, i test in differents pc and networks.

thanks
   
Reply With Quote
  (#12) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,958
Join Date: Aug 2006
Location: Mumbai, India
27-09-2007, 04:45 PM

There are a few more reasons for such an error, straight from the Kayako KB on how you can fix it:

1) Your Server Date is Incorrect: If your server date is not synced properly then it might result in constant Session Expired Due to Inactivity Errors, The resolution to this is to run the "ntpdate" command to sync the server clock. Example:

ntpdate clock1.unc.edu

OR

ntpdate www.otc.psu.edu

2) Your IP Changes Frequently: Dynamic IPs can also result in this error, You can disable the use of Static IPs by changing $disablesessionipcheck option under the config/config.php file

3) Your HEAP Table gets Flushed Automatically: For some unkown reasons the session table gets emptied on certain systems, the solution is to convert it from HEAP (Memory) to MyISAM (Disk Based) Table by running the following SQL Query:

ALTER TABLE `swsessions` TYPE = MyISAM;

4) You have some Cookie Crunching Software on your Desktop: This error can also be a cause of cookie crunching/clearing software installed with your web browser

5) Proxies & Web Accelerator: Google Web Accelerator and other proxies are also known to cause this issue



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

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
Free Create links in ticket emails that auto login and go to the ticket khoffman Modifications & Addon Releases 42 29-11-2008 12:54 AM
Cannot login to SupportSuite on Service Providers Site... dwd_za SupportSuite, eSupport and LiveResponse 1 15-06-2007 10:15 AM
Login Problems Hybrid SupportSuite, eSupport and LiveResponse 2 07-11-2006 07:29 PM
How do I move the login jfreyburger SupportSuite, eSupport and LiveResponse 0 09-08-2006 04:14 AM



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


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 47 48