Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以增加 mvc 中的特殊会话超时?
就像是 :
Session.Timeout = 30; Session["example"] = obj;
谢谢!