3
Ich möchte mein FormsAuthentication-Cookie auf ein Zeitlimit setzen, ABER VIA CODE. Ich weiß, dass ich das in der web.config tun kann, aber ich möchte in der Datenbank konfigurieren. Ist das über Code möglich?Ich möchte mein FormsAuthentication-Cookie auf Zeitlimit setzen, ABER VIA CODE
<system.web>
<authentication mode="Forms">
<forms timeout="50000000"/>
</authentication>
</system.web>