コード例 #1
0
 public HybridHttpSessionLifecycle()
 {
     _http = new HttpSessionLifecycle();
     _nonHttp = new SingletonLifecycle();
 }
コード例 #2
0
 public HybridHttpSessionLifecycle()
 {
     _http    = new HttpSessionLifecycle();
     _nonHttp = new SingletonLifecycle();
 }