Update session timeout + fix hide bottom panel in barcode

This commit is contained in:
Samuele E. Locatelli
2018-12-03 20:59:55 +01:00
parent bcbd55d126
commit 12ecb4f264
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
</httpModules>
<sessionState mode="Custom" customProvider="MySessionStateStore" timeout="480">
<sessionState mode="Custom" customProvider="MySessionStateStore" timeout="600">
<providers>
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="C.TRACK" databaseId="2" />
</providers>
+1 -1
View File
@@ -24,7 +24,7 @@
<div class="my-5">
&nbsp;
</div>
<div class="p-1 row table-secondary form-group fixed-bottom small">
<div class="p-1 row table-secondary form-group fixed-bottom small" runat="server" visible="false">
<div class="col-4">
<label for="txtCacheSec">Validità cache (sec)</label>
<asp:TextBox runat="server" ID="txtCacheSec" CssClass="form-control" AutoPostBack="True" OnTextChanged="txtCacheSec_TextChanged">5</asp:TextBox>