GithubHelp home page GithubHelp logo

Comments (7)

zeruniverse avatar zeruniverse commented on July 3, 2024

from password-manager.

CoderJason123 avatar CoderJason123 commented on July 3, 2024

Actually - sorry, what seems to be failing is login --- so on post, you can see my error log i added below which is what i get....
function checksession($link)
{
global $SERVER_TIMEOUT, $HOSTDOMAIN;
session_start();
if (!isset($_SESSION['loginok']) || $_SESSION['loginok'] != 1) {
error_log('session not set');
logout();

    return false;
}

from password-manager.

zeruniverse avatar zeruniverse commented on July 3, 2024

from password-manager.

CoderJason123 avatar CoderJason123 commented on July 3, 2024

yeah, it all looks good. I'm sorry i am having trouble getting a better description of what is going on. I am using version 10.x.

It's almost like the redirect to window.location.href = "./password.php"; in index.js on the call to backend.js is happening before do login gets to call check.php.

is that possible? i'm not an expert on javascript promises and chained "then"....

from password-manager.

zeruniverse avatar zeruniverse commented on July 3, 2024

from password-manager.

CoderJason123 avatar CoderJason123 commented on July 3, 2024

Let me try to get a handle on it instead of chasing down the rabbit hole :).

from password-manager.

CoderJason123 avatar CoderJason123 commented on July 3, 2024

I'm gonna close this issue - thank you for the input, this is some configuration issue on my side and not an issue with the code. Thank you kindly.

from password-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.