Changeset 487 for TFP-WebServer/WebServer/src/UrlHandlers/SessionHandler.cs
- Timestamp:
- Jun 17, 2024, 5:25:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/UrlHandlers/SessionHandler.cs
r457 r487 20 20 private const string userPassLoginUrl = "login"; 21 21 public const string userPassLoginName = "User/pass"; 22 private const string userPassErrorPage = "UserPassLoginFailed";23 22 24 23 public SessionHandler () : base (null) {
Note:
See TracChangeset
for help on using the changeset viewer.