Sessions lost with new assembly

  • Thread starter Thread starter RossT
  • Start date Start date
R

RossT

I have a 24x7 asp.net site for a client in the survey
business. This runs on a single web server and we use
InProc as the session choice. Authentication is required
for all users.

I'm running into a problem when I upload a new version of
the assembly/dll. All users that are logged on lose their
sessions and when they click the Submit button they get
sent back to the Login page. Since the surveys are quite
detailed, they are less than happy campers when they find
out they have to re-enter all of their data!

I now try to upload changes late at night when this will
affect the least number of users but that is just a
workaround.

Is there a way around this? Would using SQL Server as the
session manager help? If not, what????

Thanks,

Ross Terman
rterman @xeq.com
 
Back
Top