Hi,
We are using ServiceStack over ASP.Net and have been noticing that that the ASP.Net_SessionId cookie is generated on session start and exists in the request (IRequest) cookies collection. However, this is missing from the request.OriginalRequest (HttpRequestWrapper) and the request.Response.OriginalResponse cookies collection and is not returned back in the reponse. Only the ssid, sspid and the forms authentication cookies added later appears here. Is there anything we need to be doing in code explicitly to include the ASP.Net_SessionId cookie being sent back in the response?
Thanks,
Leeny