we have a web-application which uses .NET Remoting.
Any time we get data via .Net Remoting our Session ist lost. On pages which Don't uses .NET Remoting the session is safe.
Weh we use .NET Remoting, we can see that in global.asax Void Session_End and Applicaton_End ist called, and the the application starts again with Applicaton_Start.
kiefer1234
Member
78 Points
31 Posts
Session lost when we use .NET Remoting
Feb 24, 2012 11:48 AM|LINK
Hallo,
we have a web-application which uses .NET Remoting.
Any time we get data via .Net Remoting our Session ist lost. On pages which Don't uses .NET Remoting the session is safe.
Weh we use .NET Remoting, we can see that in global.asax Void Session_End and Applicaton_End ist called, and the the application starts again with Applicaton_Start.
Any idea
Christian
manga75
Member
389 Points
112 Posts
Re: Session lost when we use .NET Remoting
Feb 24, 2012 12:49 PM|LINK
I dont know if this might help but there are a few links in this thread at stackoverflow that might be of interest to you...
http://stackoverflow.com/questions/2313487/intrasession-communication-with-net-remoting
Links in the thread:
http://blogs.charteris.com/blogs/chrisdi/archive/tags/Named+Pipes/default.aspx
http://blogs.charteris.com/blogs/chrisdi/archive/2009/12.aspx
Hope this helps,
please "mark as answer" if my answer solved the issue.
kiefer1234
Member
78 Points
31 Posts
Re: Session lost when we use .NET Remoting
Feb 24, 2012 01:51 PM|LINK
The fault was that some of our assemblies has written there logfiles in the folder ~\Logging of the web.
Now theses Assemblies are changed and write their Logfiles outside of the webfolder.