public HybridHttpSessionLifecycle()
 {
     _http = new HttpSessionLifecycle();
     _nonHttp = new SingletonLifecycle();
 }
Esempio n. 2
0
 public HybridHttpSessionLifecycle()
 {
     _http    = new HttpSessionLifecycle();
     _nonHttp = new SingletonLifecycle();
 }