コード例 #1
0
ファイル: UserSession.cs プロジェクト: jwatte/mono-app-server
 void SetCookie(IContext ctx)
 {
     ctx.SetCookie("session", sid);
 }