Example #1
0
 // Session 파괴
 protected void RemoveSession(SessionBase session)
 {
     m_sessionHandler.DestroySession(session);
 }