Update session timeout + fix hide bottom panel in barcode
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="my-5">
|
||||
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user