I am using several update panels on 1 page. My question is if I am updating, editing, deleting with async postbacks, does the user's session get updated with aysnc postbacks or do I need a full postback to update the session variable? I have the session set to 60 minutes in the web.config file and it seems like their session is being lost rather quickly. Any suggestions?
Thanks for your help,