Handling Session timeout in asp.net so all info. is aviable before create/update record

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2009-08-10T16:42:49Z Indexed on 2010/06/10 12:02 UTC
Read the original article Hit count: 164

Filed under:

I'm having problem with some data missing in the record. I've a ASP.net web app that take some information from the user then create a record on the database. It's your typical CRUD app but I've noticed lately that some record are missing couple fields. Where they are null value. I think it might have been an Session issue.

What's the best way to handle session time out in a typical CRUD app?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET