If you don't set an expiry date in the cookie it defaults to expire at the end of the session (One Exchange needs this). Maybe we add a flag to CookieSettings to handle this one and just return null here if it's set:
https://github.com/DarthFubuMVC/FubuMVC.Authentication/blob/master/src/FubuMVC.Authentication/Cookies/CookieSettings.cs#L27
If you don't set an expiry date in the cookie it defaults to expire at the end of the session (One Exchange needs this). Maybe we add a flag to CookieSettings to handle this one and just return null here if it's set:
https://github.com/DarthFubuMVC/FubuMVC.Authentication/blob/master/src/FubuMVC.Authentication/Cookies/CookieSettings.cs#L27