Increase the timeout, add machinekey
This commit is contained in:
+2
-1
@@ -48,8 +48,9 @@
|
||||
</namespaces>
|
||||
</pages>
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="~/Account/LogIn" timeout="2880" />
|
||||
<forms loginUrl="~/Account/LogIn" timeout="20160" />
|
||||
</authentication>
|
||||
<machineKey validationKey="BF68567C640A77FF4707F3916A8496366296913AC56E804178D00850B35A47023B91018AC3634ED877C93F1E8B1D504A7785F18BC2B066C1BB2C58D7E86B0A33" decryptionKey="2DCAFFD0B3C8AC300619F5D4BEA046F49AB576D641D156EDDAB4D7A8BE2F2E4B" validation="SHA1" decryption="AES" />
|
||||
<membership defaultProvider="CodeFirstMembershipProvider">
|
||||
<providers>
|
||||
<add name="CodeFirstMembershipProvider" type="MileageTraker.Web.DAL.CodeFirstMembershipProvider" connectionStringName="MileageTrakerContext" />
|
||||
|
||||
Reference in New Issue
Block a user