Datatable Editor Check PHP Session timeout
Datatable Editor Check PHP Session timeout

Hello,
I'm using Editor 1.9.4.
Is there a way to check the PHP session.gc-maxlifetime which by default is set to 1440 seconds (24 minutes) to see if the time has expired or session no longer exist then redirect the page when a value is edited in a column?
This discussion has been closed.
Answers
I found a solution after more digging around. By adding error: function to my ajax call I'm able to alert the user and redirect them back to a login page. Code below:
Yup - spot on. Thanks for posting back.
Allan