Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Fri, 11/09/2007 - 09:18
#1
vitaliy
Joined:
09/11/2007
Posts:
5
Session expiring issue.
Fri, 11/09/2007 - 13:39
#2
mtablado
Joined:
05/11/2007
Posts:
45
Re: Session expiring issue.
Hi...
I think that you could develop an interval of javascript that could maintain the session alive. Could it help you?
The function to create an interval is:
idTimer = window.setInterval("myfunction", 120000);
And to destroy:
window.clearInterval(idTimer);
Miguel.
Fri, 11/09/2007 - 18:31
#3
vitaliy
Joined:
09/11/2007
Posts:
5
Re: Session expiring issue.
It's not exactly what I needed... I need to change source code of FCK somewhere to verify if a session still exists and redirect to login if neccessary.
Sat, 11/10/2007 - 10:13
#4
vitaliy
Joined:
09/11/2007
Posts:
5
Re: Session expiring issue.
Any suggestions?
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Session expiring issue.
I think that you could develop an interval of javascript that could maintain the session alive. Could it help you?
The function to create an interval is:
idTimer = window.setInterval("myfunction", 120000);
And to destroy:
window.clearInterval(idTimer);
Miguel.
Re: Session expiring issue.
Re: Session expiring issue.