Admin Log Out

Posted By SamC Fri 14 Sep 2018
Add to Favorites0
Author Message
SamC
 Posted Fri 14 Sep 2018
Supreme Being

Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)

Group: Forum Members
Last Active: Mon 9 Sep 2019
Posts: 27, Visits: 117
Hi,

I recently updated to what was then the latest version of Kartris ( v2.9013 ), but I'm having an issue with being logged out of the admin panel after about 10 minutes.



I run two installs of Kartris on the same server, but the odd thing is that while one install works normally and I don't get logged out, the other install I get logged out of the admin section after about 10 minutes, which is driving everyone a bit mad. As far as I can see the config settings for both are the same and the server settings both seem to be the same.

Does anyone have suggestions or insights as to what to look for to try and remedy this?

Many thanks!
Paul
 Posted Tue 18 Sep 2018
große Käse

große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Can you try the following.

Open up App_Code/kartris.vb and find this function:

Public Shared Function RecycleAppPool() As Boolean



Replace that whole function with this version, which effectively just neutralizes it

Public Shared Function RecycleAppPool() As Boolean
Return False
End Function


I think this function is firing off more than it should, and recycling the app pool may be what is losing the back end sessions.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
SamC
 Posted Tue 18 Sep 2018
Supreme Being

Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)

Group: Forum Members
Last Active: Mon 9 Sep 2019
Posts: 27, Visits: 117
Hi Paul,

Thanks for that.

I've adjusted the code as suggested, but unfortunately the problem persists, with the site logging us out again after about ten minutes.

Any other ideas?

Thanks.
Tiggywiggler
 Posted Fri 19 Oct 2018
Supreme Being

Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)Supreme Being - (105,118 reputation)

Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235, Visits: 750
Hello sir, did you get a solution to your problem?

We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either
1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx.
2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx.

Have fun and good luck coding.
SamC
 Posted Thu 1 Nov 2018
Supreme Being

Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)Supreme Being - (10,659 reputation)

Group: Forum Members
Last Active: Mon 9 Sep 2019
Posts: 27, Visits: 117
Hi,

No sadly not I'm afraid. We're kind of 'putting up' with it until we upgrade again to the newest version. I'm hoping that when we do, whatever the glitch was in upgrade process - bearing in mind one site has this problem and one doesn't and they were both upgraded in the same way - will get ironed out again.


Thanks,

Sam
Paul
 Posted Fri 16 Nov 2018
große Käse

große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)große Käse - (449,464 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Had another customer report similar, and said upgrading his browser to the latest version fixed it. Could try with an alternative browser to see if it is browser related.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top