In our MVC 5 site, no session, we need to get/generate a unique ID per request. THhis will be used as an ID for logging all activity in the request.
Is there a way to as
Add it to the request item collection odetocode.com/articles/111.aspx
Guid.NewGuid()
Will generate a unique id.
http://msdn.microsoft.com/en-us/library/system.guid.newguid(v=vs.110).aspx