Re-Log in requests

munchman
munchman
Offline
0
Hi, having logged into a customers AT account I find if I ckick on any of 'conversions', traffic logs' 'my accounts' etc... I am asked to re-log in as if my session had timed out. This happens even if I have only just logged in. It could be a CS issue or AT, its unclear.

any help appreciated

Thanks, Ben
Responses (5)
  • Accepted Answer

    Monday, March 09 2015, 10:32 AM - #Permalink
    0
    hello,

    definitely not a CS issue, but also not likely to be an AT issue at all. looks like some other thing (some cache sytem, cookies) that could be causing this..
    AT does not "log out" or anything like that, it doesn't perform any action on user logins, session time outs or anything like that... this is handled by Joomla itself...
    The reply is currently minimized Show
  • Accepted Answer

    munchman
    munchman
    Offline
    Monday, March 09 2015, 10:36 AM - #Permalink
    0
    ok, thanks. If its not a common issue it must be a system one. That gives me a steer so thanks, Ben
    The reply is currently minimized Show
  • Accepted Answer

    munchman
    munchman
    Offline
    Monday, March 09 2015, 10:43 AM - #Permalink
    0
    I did find some reference to the below which may have some bearing, but as I am not technical I do not know if it applies to CS or AT?:

    The problem arises if you have a component that doesn't use a mosRedirect at the end of processing a 'save' or 'apply' task. You can simulate the problem by commenting out the mosRedirct at line 789 in admin.content.php and then saving some content.

    The way I fixed this on my component was to add a line at the end of my toolbar.php file to clear the $task variable like so:

    Code:
    $task = ""; //Have to clear it, otherwise Joomla tries to start a new session (as of 1.0.13)

    Do you know if this could be relevant to AT or CS?

    Could be completely irrelevant?

    Thanks, Ben
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 09 2015, 11:01 AM - #Permalink
    0
    where did you find this...? mosRedirect is something of Joomla 1.0..!!! you're talking about 10 years ago (2005), this has absolutely nothing to do with it ;)
    The reply is currently minimized Show
  • Accepted Answer

    munchman
    munchman
    Offline
    Monday, March 09 2015, 11:04 AM - #Permalink
    0
    fair enough, I did a search on the login issue and this was the only one that I could find that seemed relevant.. I will keep looking. Thanks, Ben
    The reply is currently minimized Show
Your Reply