I've had a lot of help with some session timeout issues from other postings. Thank you to all who have responded and given input. Everything is helpful!
What I'd like to do is have a time via javascript that calls an Update/Save routine at 19 minutes of inactivity.
We've left our Session timeout value to 20 minutes, and it's been asked if we can simply save/update data automatically, so if the user session times out in another minute, they haven't lost any data entry.
I know how to show a client side pop-up warning at 15 minutes, but haven't figured out how to make the client side javascript call something in code behind.
Thanks!
What I'd like to do is have a time via javascript that calls an Update/Save routine at 19 minutes of inactivity.
We've left our Session timeout value to 20 minutes, and it's been asked if we can simply save/update data automatically, so if the user session times out in another minute, they haven't lost any data entry.
I know how to show a client side pop-up warning at 15 minutes, but haven't figured out how to make the client side javascript call something in code behind.
Thanks!