-2
嘗試實施要保存在會話中的數據timeout.how我可以捕獲session timeout event
。關於會話超時捕獲信息
嘗試實施要保存在會話中的數據timeout.how我可以捕獲session timeout event
。關於會話超時捕獲信息
您必須在Global.asax
中實施Session_End
事件,當呼叫放棄方法或會話過期時,請求結束時會引發Session_End事件。如果Timeout屬性指定的分鐘數未通過會話請求,則會話過期。 MSDN reference
publicvoid Session_OnEnd()
{
//Saving of data goes here.
}
你真正想要的,沒有人能夠question..please單線理解提供更多的細節,你都試過.. –