ASP.NET 2.0 Session terminating unexpectedly

Veco

We have an ASP.NET 20 Web Application and all of sudden we start experiencing a weird session timeout which is kicking out the users from the system. The system also invokes WCFs that uses membership authentication and every other invocation we are getting this error:

The message could not be processed. This is most likely because the action 'http://tempuri.org/MyWCFService' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the service aborted the channel due to inactivity. To prevent the service from aborting idle sessions prematurely increase the Receive timeout on the service endpoint's binding.

No code changes were performed over the application and I am clueless what could be the cause or how to trace this problem any help on those matters will mean a lot.

Mun

What kind of session state are you using? If it's InProc, then perhaps the IIS Application Pool is recyling, which would clear out the sessions and could be a potential cause of your problem.

You should also check if there is anything in your Session_Start or Session_End events that could cause any problems, and if so, consider adding error handling and/or logging here.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

ASP.NET Session_End参数?

来自分类Dev

Microsoft.AspNet.Session在ASP.NET Core 1.0 rc1 update2中不可用

来自分类Dev

ASP.NET 5 MVC6 Angular 2(Beta 0)-重复承诺

来自分类Dev

如何使用Session变量ASP.NET C#

来自分类Dev

如何在Javascript中读取Session ASP.net的对象?

来自分类Dev

无法在ASP.NET Core中使用HttpContext.Session

来自分类Dev

ASP.NET:page.Session和HttpContext.Current.Session之间的区别

来自分类Dev

ASP.Net Session.Timeout-StateServer和Programmatic Session.Timeout是否足够好?

来自分类Dev

为什么在ASP .Net MVC应用程序中使用SignalR 2.x库使HTTPContext.Current.Session为null?

来自分类Dev

ASP-“ $ 0”显示为“ {2}”

来自分类Dev

ASP.NET性能计数器始终返回0

来自分类Dev

在C#asp.net中找不到表0

来自分类Dev

Auth0、Angular 4 和 ASP.NET Core

来自分类Dev

asp.net 将错误的数值解析为 0

来自分类Dev

ASP.Net Identity 2 RemovePassword模拟

来自分类Dev

ASP.NET WebAPI 2嵌套JSON

来自分类Dev

DropDownList中的ASP.NET 2 DataValuefield

来自分类Dev

ASP.NET身份2到3

来自分类Dev

2 ASP.NET MVC中的ViewModel

来自分类Dev

带有ASP .NET 4.5.1的AngularJs 2

来自分类Dev

ASP.Net Identity 2 RemovePassword模拟

来自分类Dev

如何使用OWIN在ASP.NET 4.5中处理Application_AcquireRequestState,Session_Start和Session_End?

来自分类Dev

如何使用OWIN处理ASP.NET 4.5中的Application_AcquireRequestState,Session_Start和Session_End?

来自分类Dev

.NET中的Chain 2 websocket(使用asp.net 4.5)

来自分类Dev

如何对ASP.NET 5 / MVC 6 Session进行单元测试?

来自分类Dev

Session.SessionTimeout是否在ASP.NET Identity中被弃用

来自分类Dev

为什么我的Session [“ value”]在视图之间不持久(asp.net mvc)

来自分类Dev

是否可以在asp.net中序列化/反序列化Session对象

来自分类Dev

Session变量上的ASP.NET三元运算符

Related 相关文章

  1. 1

    ASP.NET Session_End参数?

  2. 2

    Microsoft.AspNet.Session在ASP.NET Core 1.0 rc1 update2中不可用

  3. 3

    ASP.NET 5 MVC6 Angular 2(Beta 0)-重复承诺

  4. 4

    如何使用Session变量ASP.NET C#

  5. 5

    如何在Javascript中读取Session ASP.net的对象?

  6. 6

    无法在ASP.NET Core中使用HttpContext.Session

  7. 7

    ASP.NET:page.Session和HttpContext.Current.Session之间的区别

  8. 8

    ASP.Net Session.Timeout-StateServer和Programmatic Session.Timeout是否足够好?

  9. 9

    为什么在ASP .Net MVC应用程序中使用SignalR 2.x库使HTTPContext.Current.Session为null?

  10. 10

    ASP-“ $ 0”显示为“ {2}”

  11. 11

    ASP.NET性能计数器始终返回0

  12. 12

    在C#asp.net中找不到表0

  13. 13

    Auth0、Angular 4 和 ASP.NET Core

  14. 14

    asp.net 将错误的数值解析为 0

  15. 15

    ASP.Net Identity 2 RemovePassword模拟

  16. 16

    ASP.NET WebAPI 2嵌套JSON

  17. 17

    DropDownList中的ASP.NET 2 DataValuefield

  18. 18

    ASP.NET身份2到3

  19. 19

    2 ASP.NET MVC中的ViewModel

  20. 20

    带有ASP .NET 4.5.1的AngularJs 2

  21. 21

    ASP.Net Identity 2 RemovePassword模拟

  22. 22

    如何使用OWIN在ASP.NET 4.5中处理Application_AcquireRequestState,Session_Start和Session_End?

  23. 23

    如何使用OWIN处理ASP.NET 4.5中的Application_AcquireRequestState,Session_Start和Session_End?

  24. 24

    .NET中的Chain 2 websocket(使用asp.net 4.5)

  25. 25

    如何对ASP.NET 5 / MVC 6 Session进行单元测试?

  26. 26

    Session.SessionTimeout是否在ASP.NET Identity中被弃用

  27. 27

    为什么我的Session [“ value”]在视图之间不持久(asp.net mvc)

  28. 28

    是否可以在asp.net中序列化/反序列化Session对象

  29. 29

    Session变量上的ASP.NET三元运算符

热门标签

归档