Coder Social home page Coder Social logo

Cooky troubles about eve-skylizer HOT 4 CLOSED

chrrtg avatar chrrtg commented on September 18, 2024
Cooky troubles

from eve-skylizer.

Comments (4)

chrRtg avatar chrRtg commented on September 18, 2024

Does this happen only if you log in from two different machines with the very same user login?

This would be hard to solve because the session is bound to the user.

from eve-skylizer.

MyUncleSam avatar MyUncleSam commented on September 18, 2024

I think this is the problem but I cannot reproduce it, it happens not all the time. All I can tell you is this message and that it is not possible to logout. Maybe you should insert a "session validation failed" check and if it failed redirect to main page or login page.

from eve-skylizer.

chrRtg avatar chrRtg commented on September 18, 2024

I used skylizer with differnt browsers on the same machine as well from different devices at the same time with the same Eve char in all cases. Did a lot of clicks, even at the same time on different browsers/devices.
I'm sorry but I'm not able to reproduce your issue.

If you're able to reproduce the problem you may try to add one line to ./config/autoload/global.php.

into

 'session_config' => [
        'cookie_lifetime'     => 60*60*24*7, // Session cookie will expire in 7 days
        'gc_maxlifetime'      => 60*60*24*30, // How long to store session data on server (for 1 month).        
    ],

insert one line

 'session_config' => [
        'use_cookies'     => true,
        'cookie_lifetime'     => 60*60*24*7, // Session cookie will expire in 7 days
        'gc_maxlifetime'      => 60*60*24*30, // How long to store session data on server (for 1 month).        
    ],

from eve-skylizer.

chrRtg avatar chrRtg commented on September 18, 2024

No feedback after a month, will close this issue now.

You may re-test.

skylizer release 1.1 requires now PHP 7.1. After a composer update a lot of updates will arrive. And in the skylizer core I had updated a lot as well. From this perspective your problem might be solved. If not please let me know or feel free to re-open this issue.

from eve-skylizer.

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.