本文介绍了为什么global.asax中的Session_Start事件会在我的网站上的每个页面请求上触发.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么会这样?global.asax中的Session_Start事件
在我的网站上的每个页面请求上触发.


第一次运行良好,经过一段时间的global.asax中的Session_Start事件
在每个页面请求上触发

为什么会发生这种情况?


请帮帮我


如果您不明白我的问题,请告诉我

谢谢,
Chaitanya

Why would this happen?Session_Start event in global.asax
fires on each page request on my website.


First time it is working fine,after some time Session_Start event in global.asax
fires on each page request

Why would this happen?


Please help me


Please let me know if you did not understand my question

Thanks,
Chaitanya

推荐答案




这篇关于为什么global.asax中的Session_Start事件会在我的网站上的每个页面请求上触发.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 18:46