🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. aryf
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    aryf

    @aryf

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    aryf Unfollow Follow

    Latest posts made by aryf

    • RE: Unable to login after update the framework.yaml

      @komal-sharma Using UvDesk Version 1.0.18.

      Apologies for delay in reply

      posted in Technical Help
      A
      aryf
    • Unable to login after update the framework.yaml

      Re: How to increase session expire or Logout time?

      My uvdesk user session expired and logout frequently (after 10min). So i just update the framework.yaml file as in below

      session:
      handler_id: session.handler.native_file
      save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
      cookie_lifetime: 172800
      cookie_secure: 'auto'
      cookie_samesite: 'lax'

      And clear your project cache by below command:

      php bin/console c:c

      After i add the save_path option, users are not able to login to uvdesk. So please help me to solve this issue.

      Uvdesk is running on Ubuntu 20 LTS
      Nginx

      posted in Technical Help
      A
      aryf