3
我想將我的FormsAuthentication cookie設置爲超時但通過代碼。我知道我可以在web.config中執行此操作,但我想在數據庫中進行配置。這是可能通過代碼?我想將我的FormsAuthentication cookie設置爲超時,但通過代碼
<system.web>
<authentication mode="Forms">
<forms timeout="50000000"/>
</authentication>
</system.web>