Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logout repeated occurs even when already logged out #3129

Closed
ddb4github opened this issue Dec 4, 2019 · 1 comment
Closed

Logout repeated occurs even when already logged out #3129

ddb4github opened this issue Dec 4, 2019 · 1 comment
Labels
bug Undesired behaviour resolved A fixed issue
Milestone

Comments

@ddb4github
Copy link
Contributor

Describe the bug
unnecessary repeat auto-logout again and again

To Reproduce
Steps to reproduce the behavior:

  1. Clean cookie and session
  2. Access http://localhost/cacti/, do not login
  3. keep a while, page will be forward to logout.php
  4. what more time, you will found more logout.php request from browser DevTool or httpd access_log

apache2/access_log: grep php

  • 192.168.1.100 - - [04/Dec/2019:11:24:47 +0800] "GET /cacti/ HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:30:35 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:36:23 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:42:13 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:48:01 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:53:47 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:11:59:36 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:12:05:23 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:12:11:11 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
    192.168.1.100 - - [04/Dec/2019:12:16:59 +0800] "GET /cacti/logout.php?action=timeout HTTP/1.1
@cigamit cigamit changed the title unnecessary repeat auto-logout After automatic logout, logout repeats periodically Dec 6, 2019
cigamit added a commit that referenced this issue Dec 6, 2019
After automatic logout, logout repeats periodically
@cigamit cigamit added the bug Undesired behaviour label Dec 6, 2019
@cigamit cigamit added this to the v1.2.8 milestone Dec 6, 2019
@cigamit
Copy link
Member

cigamit commented Dec 6, 2019

Resolved. Thanks!

@cigamit cigamit closed this as completed Dec 6, 2019
@cigamit cigamit added the resolved A fixed issue label Dec 6, 2019
@netniV netniV changed the title After automatic logout, logout repeats periodically Logout repeated occurs even when already logged out Dec 7, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

2 participants