Coder Social home page Coder Social logo

Comments (6)

mewebstudio avatar mewebstudio commented on June 23, 2024

Hi,
The first method is most appropriate. I'm using in this way.
Thanks.

from captcha.

bugwelle avatar bugwelle commented on June 23, 2024

Thank you :)
Could you add a note to README.md, please?

Regards,
Andre

from captcha.

ayaka209 avatar ayaka209 commented on June 23, 2024

+1 very useful, thank you!

from captcha.

mewebstudio avatar mewebstudio commented on June 23, 2024

README.md add to note.
3e7f068

from captcha.

mousavian avatar mousavian commented on June 23, 2024

Since Laravel encourage developers to write their routes in the web middleware (The Default Routes File), set another StartSession in default middleware will clear all session values that has been set by other classes.

In the same situation, second approach solved my problem.

PS: I have removed \Illuminate\Session\Middleware\StartSession::class from web middleware and added it to the default middleware array, it works fine but still I believe second approach is better.

from captcha.

minibugdev avatar minibugdev commented on June 23, 2024

Please note to README.md that if using web middleware on route.php must NOT ADD \Illuminate\Session\Middleware\StartSession::class to protected $middleware
(for Laravel 5.2+)

Thank you,
Teeranai

from captcha.

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.