Well, not exactly - the tip was not helpful. I was answering to the idea of storing production session out of process so that they survive "dll changes" so that customers don't have to reestablish the session. My comment was relatd to this advice.
I prefer restarting a production application after changing the DLL's for this reason - the restart and DLL change can be scheduled to happen in a low traffic time. Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET) -----Original Message----- From: Houck, Rob [mailto:[EMAIL PROTECTED]] Sent: Freitag, 14. Juni 2002 20:09 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] ASP.NET Session Expiration Gotcha. Good tip. Thanks for the info! -----Original Message----- From: Bryan Batchelder [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] ASP.NET Session Expiration Good point. Just be sure to close the browser to start a new session if you mess with the code that handles session data. --b Bryan Batchelder eBusiness Consultant ConnectWise, Inc. 813-935-7100 x 425 > -----Original Message----- > From: Thomas Tomiczek [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 14, 2002 1:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] ASP.NET Session Expiration > > > But be carefull in this case - when you chane the data stored > in the session object, you need to handle this manually. > > > Regards > > Thomas Tomiczek > THONA Consulting Ltd. > (Microsoft MVP C#/.NET) > > -----Original Message----- > From: Marsh, Drew [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 14. Juni 2002 19:01 > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] ASP.NET Session Expiration > > Houck, Rob [mailto:[EMAIL PROTECTED]] wrote: > > > Or.. Am I seeing something that only would occur on our development > > servers (caused by the *build* operation) and would not happen in > > production (caused by copying new DLL's to the production box)? > > I'm quite sure you'll see this in both scenarios, because in > both cases it's the updating/replacing of the assemblies it > depends on that is forcing the web application to "restart". > If you need the session to stay around when the application > is restarted then, as you suspected, you'll need to run > session state out of proc. > > HTH, > Drew > > [ .NET MVP | weblog: http://radio.weblogs.com/0104813/ > > You can read messages from the DOTNET archive, unsubscribe > from DOTNET, or subscribe to other DevelopMentor lists at > http://discuss.develop.com. > > You can read messages from the > DOTNET archive, unsubscribe from DOTNET, or subscribe to > other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.