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
vinny Offline
Member
 
Posts: 34
Join Date: Nov 2006
Session Logout problem with Templates - 22-11-2006, 10:31 AM

Hello,

I have assigned a Template for a particular Group. This Group has access to THEIR OWN assigned Downloads, etc. When the User logs in, the Template shows fine and their Downloads show fine. However...

...when User Logs Out -- the Template retains the session and I can tell this because the Title remains on the page and I can still see their Downloads folder.

I'm not sure if this is a new or old problem, I just bought v3.04.10 and this is the first security issue I've encountered thus far. I've tested this in Firefox but no other browser yet, fyi....

Any help? TIA
   
Reply With Quote
  (#2) Old
vinny Offline
Member
 
Posts: 34
Join Date: Nov 2006
24-11-2006, 02:43 AM

Anyone else not having Logout delete Cookie Sessions?
   
Reply With Quote
  (#3) Old
Astrix_jpl Offline
New Member
 
Posts: 4
Join Date: Jan 2007
Session active after logout - 02-01-2007, 07:32 PM

Yes, we have the same problem. Don't know how to fix it - anyone?
   
Reply With Quote
  (#4) Old
Astrix_jpl Offline
New Member
 
Posts: 4
Join Date: Jan 2007
02-01-2007, 08:30 PM

Does this problem have anything to do with this setting in the config.shared.php file in the admin directory?

PHP Code:
// Change this if you experience login loops
//ini_set('session.use_cookies',false);

By the way, our Kayako SupportSuite is hosted - how can I then, if possible, access this php file?
   
Reply With Quote
  (#5) Old
meltemi Offline
New Member
 
Posts: 14
Join Date: Jan 2007
Location: Germany
Lightbulb Force the system to use a special template during logout: - 17-02-2007, 03:31 PM

I donīt know if this is a solution for your problem. We had a problem that during the logout process always the default template was choosen by the system. This workaround was helpful for us. (But it only works with the non-hosted version):

1. change the template "general -> navbar" and replace the logout-link with a formular:

Code:
<form name="logoutform" action="<{$basepath}>" method="POST">
<input type="submit" name="logoutbutton" value="<{$language[logout]}>" class="loginform_go">
<input type="hidden" name="_m" value="core">
<input type="hidden" name="_a" value="logout">
<input type="hidden" name="group" value="your_preferred_template">
</form>
2. open the file " ../modules/core/client_loginhandler.php" and change in the logout-part as presented below:

Code:
printRedirect($_SWIFT["language"]["loggingout"], "index.php?logoutresult=".urlencode($logoutresult)."&group=".$_POST["group"], true);
Have a nice day!
   
Reply With Quote
  (#6) Old
vinny Offline
Member
 
Posts: 34
Join Date: Nov 2006
22-03-2007, 02:57 PM

The newest build has changed the fix for me, thanks Kayako


-Vinny
-------------------------------------------
Linux 2.6.9, PHP 4.3.9, Zend 3.2.2
Kayako eSupport 3.10.02-stable (Owned)
Mail Parser: POP3 w/ Cron
Joomla 1.0.13 (LoginShare only)
   
Reply With Quote
  (#7) Old
rrnworks Offline
Member
 
Posts: 46
Join Date: Oct 2005
28-03-2007, 04:16 AM

Are you using hosted or non-hosted? The 3.10.02 "stable" release of non-hosted does not seem to fix this problem.
   
Reply With Quote
  (#8) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 145
Join Date: May 2007
Location: Denmark
06-08-2007, 11:21 AM

Since I have been very interestered in this one - I will just inform that this issue have been solved in the 3.11.00 version.
   
Reply With Quote
Reply

Tags
logout, session, templates

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
Session problem with creating a ticket from MB5 keliix06 SupportSuite, eSupport and LiveResponse 2 09-02-2007 05:51 PM
Session Problem between Template Groups epaul SupportSuite, eSupport and LiveResponse 2 05-05-2006 05:06 PM
Problem with changing email templates Swish Developers & Code 5 12-01-2006 03:12 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