摘要:
1. Add following into web.config. <system.web> <httpModules> <add name="CustomAuthorizationModule" type="TstHttpModule.CustomAuthorizationModule" /> </httpModules>2. Create a class into appdata folder2.1 Session is not null for the first time.2.2 OnAcquire 阅读全文