[Mono-list] Multiple simultaneous requests from same browser not executed simultaneous

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Mon Mar 12 17:11:39 UTC 2012


On Sun, Mar 11, 2012 at 7:33 AM, Marvin <marv007+mono at gmail.com> 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


More information about the Mono-list mailing list