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