Currently, in some of my .NET applications I keep track of logon state in a Session variable. This works well, however if we update the .NET application .DLL, the session is wiped out, and users are forced to logon and start over.
What can we do to avoid users from having to logon again?
Can we somehow store logon credentials with Basic authentication to accomplish this?