I have written an action filter which detects a new session and attempts to redirect the user to a page informing them that this has happened. The only problem is I can not
Call RedirectToAction using this overload:
protected internal RedirectToRouteResult RedirectToAction(
string actionName,
RouteValueDictionary routeValues
)
In Action Filters, the story is a little different. For a good example, see here:
http://www.dotnetspider.com/resources/29440-ASP-NET-MVC-Action-filters.aspx