Hi, I have been Goggling for half an hour on examples/best practice to handle getting a user back to the web form they were using with data in tact when they log back in after a session time-out. I will continue trying to work this out and would appreciate any pointers people may have.
I can almost think of a few ways of doing this, like keeping session alive and handling the required login separately which I don't like. Or using a cookie to store the current form data before the session times out then pull info back when they log back in but feel that ASP.NET will have a better feature for doing this. It's such a common issue I though I would not have much problem finding examples. Maybe I'm just having one of those days, indecently they do generally occur on Monday's. Going to do some searching now and like I say any assistance is appreciated.
