On Sun, Mar 11, 2012 at 7:33 AM, Marvin <[email protected]> wrote: > This is what I found out: > whenever I disable cookies I don't have this problem anymore. It's > because of the ASP.NET_SessionId cookie. > > I disabled all cookies with Apache using > RequestHeader unset Cookie > Header unset Set-Cookie > > Another solution would be to disable session state. Which can't be > done that easily see > http://stackoverflow.com/questions/884852/how-can-i-disable-session-state-in-asp-net-mvc
This looks similar to an issue that was recently fixed. See https://github.com/mono/mono/pull/229#issuecomment-4212737 -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
