Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 479
    • Issues 479
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #39

Closed
Open
Opened May 20, 2008 by Pete Morgan@pedro

Login timeout and keepalive

php timeout of a session after around 20 minutes by default.

This can cause unpredictable results in ispconfig as the "content" frame can get confused, so normally in my case clicking the logout button and login back in is required.

-- One way around problem -- A technique I have used is to have a "keep alive" request send to the server every 15 minutes by AJAX, that calls a script which contains session_start(). This way it doesnt timeout.

-- Another way -- Use a cookies, indeed a login checkbox with "Remember me on this computer" would be useful for some instances.

Assignee
Assign to
3.0.0.7 Beta
Milestone
3.0.0.7 Beta
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#39