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.
良い一日、
時限セッションでログインを実装したいWebサイトがあります。つまり、ログインすると、n分後にセッションが期限切れになります。
ところで、私は ASP.NET と C# を使用しています。
私の質問は、これをどのように達成するかです。また、InProc セッションは私の状況で役に立ちますか?
前もって感謝します...
上記を使用できます
<configuration> <system.web> <sessionState timeout="20"></sessionState> </system.web> </configuration>