Auto Save when Network drops connection
Hello Gurus,
I have a unique requirement and need some advice. Here it is:
If a user looses network connection and sessions gets dropped, is there a way to save the data so that when he reconnects, he will not have to enter all that info again? Something like an auto save feature in word. Here is my solution :
Have a timer fire every min or so and save the data to temporary tables. Delete the data from temporary tables when user performs actual save. I am little hesitant because of the timer frequently firing and hence the performance. Does a cookie work in this case? Any help is appreciated.
Thanks