Questions tagged [expired-cookies]

26 questions
0
votes
0 answers

Login Expire session issue in .net core(blazor)

When I log in and set expire time to 12 hours I get logged out after 20 or 30 minutes and redirect to the login page. I don't know the reason for that. This is my code List claims = new List{ new Claim(ClaimTypes.Email,…
0
votes
1 answer

Why authentication ticket expires after 30 minutes using WS-federation?

I have the following code in ConfigureServices method: var federationSettings = new FederationSettings(); this.Configuration.GetSection(nameof(FederationSettings)).Bind(federationSettings); …
Jesús López
  • 8,338
  • 7
  • 40
  • 66
0
votes
1 answer

How to set a cookie to expire in 1 hour in Javascript? With this script

Here's the code: !function(e) { var n = !1; if ("function" == typeof define && define.amd && (define(e), n = !0), "object" == typeof exports && (module.exports = e(), n = !0), !n) { var o = window.Cookies, t = window.Cookies =…
0
votes
0 answers

Cookie expire in 3 days

I may already have an answer here, but I do not master the subject and I need help with this cookie on a website: