IdleSessionWarning 1.0.4.1
dotnet add package IdleSessionWarning --version 1.0.4.1
NuGet\Install-Package IdleSessionWarning -Version 1.0.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IdleSessionWarning" Version="1.0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IdleSessionWarning --version 1.0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IdleSessionWarning, 1.0.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IdleSessionWarning as a Cake Addin #addin nuget:?package=IdleSessionWarning&version=1.0.4.1 // Install IdleSessionWarning as a Cake Tool #tool nuget:?package=IdleSessionWarning&version=1.0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Configurable idle session warning via bootstrap modal to warn about session expiration.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.4.1 Fixed reference to prior version in shared view 1.0.4 Corrected display of warning time, and reduced interval from 6s to 1s. 1.0.3 Replaced dependency on forms authentication timeout with app setting. 1.0.2 Fixes grammer. 1.0.1 Fixes issue with logout function.