BEGIN
exec sp_executesql @SQLStatement
END
[GET("", Order = 1)]
[GET("Posts", Order = 2)]
[GET("Posts/Index", Order = 3)]
public void Index()
{
return View();
}
Session.Abandon http://msdn.microsoft.com/en-us/library/ms524310.aspx If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.