orangehill / bootstrap-session-timeout

Session timeout and keep-alive control with a nice Bootstrap warning dialog.
MIT License
159 stars 110 forks source link

How to update redirAfter and warnAfter values. #56

Open aolvikash opened 4 years ago

aolvikash commented 4 years ago

I am extending session expiry time from back-end and want to reload the redirAfter and warnAfter values for session timeout. Currently, I do not want to reload the page however I have initiated $.sessionTimeout post-session extending and I can see browser cookies are set to new expiry however redirAfter and warnAfter values are still set to old values. How to update these values [redirAfter and warnAfter].