Hi Howard,
Thanks for your followup. As for the further question you mentioned, here
is the answers:
1 and 2 :
yes, on win2k3 IIS6 server, the IIS5 process isolation model is for
backward compatibility and it is recommended that we use the IIS6'S
application pool model. And the IIS6'S application pool isolation model can
help protect each application from being affected by other applications on
the same server(host each app in its own application pool)
3: The SessionId can't be persist after process recycle or application's
AppDomain restart. In fact, it'll even change when there is unhandled
exception occurs(Session will restart). Anyway, since the SessionID
maintaining is something invisible to us, I recommend that you implement
your own custom Identity if you need a unchanged token through appdomain/
process restart.
Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)