I
Izorich
I followed great instructions on how to setup ASP.NET session in WCF and it
works great inside WCF service.
When I tried acessing session data directly from ASPX page it was not
available.
Basically what I am trying to do is to generate a large report file through
WCF service. I then need to display it inside XBAP Frame element. The only
way to set frame content in partial trust environment is through URL. Since
IsolatedStorage URL is not known in partial trust the only way to do is to
use web server URL. So, I am using ASPX page. I am trying to pass report
content via session, but session variable is empty. I guess that Frame gets
its own session. Is there any way I can load session by session ID?
works great inside WCF service.
When I tried acessing session data directly from ASPX page it was not
available.
Basically what I am trying to do is to generate a large report file through
WCF service. I then need to display it inside XBAP Frame element. The only
way to set frame content in partial trust environment is through URL. Since
IsolatedStorage URL is not known in partial trust the only way to do is to
use web server URL. So, I am using ASPX page. I am trying to pass report
content via session, but session variable is empty. I guess that Frame gets
its own session. Is there any way I can load session by session ID?