FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. cookies
    Log in to post
    • All categories
    • danD

      What are these cookies used for?

      Q&A
      • cookies • • dan
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      danD

      fusionauth.timezone is used to guess the user’s current timezone so we can adjust dates and times in the UI (admin).

      fusionauth.remember-device records your answer to ’remember this computer` checkbox on the login page (so you won't be prompted for MFA on this device again).

    • danD

      Can you store JWTs in session cookies

      Q&A
      • jwt sessions cookies • • dan
      2
      0
      Votes
      2
      Posts
      974
      Views

      danD

      Yes. You can use the Authorization Code grant with cookies. Here is a workflow diagram of this: https://fusionauth.io/learn/expert-advice/authentication/webapp/oauth-authorization-code-grant-jwts-refresh-tokens-cookies/

    • K

      fusionauth-example-asp-netcore: Malformed client_id

      Q&A
      • dotnet docker error jwt cookies • • kwatters
      3
      0
      Votes
      3
      Posts
      4.4k
      Views

      danD

      That's great to hear, glad you figured it out!

    • danD

      Can I configure the inactivity timeout of the FusionAuth Session cookie?

      Q&A
      • from-slack cookies sessions inactivity faq • • dan
      8
      2
      Votes
      8
      Posts
      20.4k
      Views

      danD

      @chakshu

      Sorry, I pointed you to the incorrect setting.

      You can go to Applications > FusionAuth > Edit > JWT > Refresh Token duration

      Changing that to 1 (the value is in minutes) caused me to be signed out of the admin application after 60 seconds.

      Hope that helps.