Hello,
Our company is migrating an application from Silverlight 5.0 to WPF 4.5. In the process of migrating we have implemented Open RIA Services . And everything works great with Silverlight. However, when using RIA services with WPF we lose HttpContext.Current settings from call to call. Is there a way to persist HttpContext in WPF for the “session”, similar to what happens with Silverlight? (i.e, can we use HttpContext.Current to save settings from call to call?)
Comments: Hi. In OpenRiaServices 4.4 the WPF client does not persist cookies so session data will not be available across requests. Please try out the 4.5.0-beta3 prerelease (see https://openriaservices.codeplex.com/releases/view/619745). I will close this issue for now, feel free to open it if it does not work with the last prerelease.
Our company is migrating an application from Silverlight 5.0 to WPF 4.5. In the process of migrating we have implemented Open RIA Services . And everything works great with Silverlight. However, when using RIA services with WPF we lose HttpContext.Current settings from call to call. Is there a way to persist HttpContext in WPF for the “session”, similar to what happens with Silverlight? (i.e, can we use HttpContext.Current to save settings from call to call?)
Comments: Hi. In OpenRiaServices 4.4 the WPF client does not persist cookies so session data will not be available across requests. Please try out the 4.5.0-beta3 prerelease (see https://openriaservices.codeplex.com/releases/view/619745). I will close this issue for now, feel free to open it if it does not work with the last prerelease.