in TasksTracker.WebPortal.Frontend.Ui/Pages/Index.cshtml.cs [23:32]
public IActionResult OnPost()
{
if (!string.IsNullOrEmpty(TasksCreatedBy))
{
Response.Cookies.Append("TasksCreatedByCookie", TasksCreatedBy);
}
return RedirectToPage("./Tasks/Index");
}