Giter Club home page Giter Club logo

Comments (8)

jaw187 avatar jaw187 commented on August 30, 2024 1

@technowar document.cookie is set when the initial page is loaded. Ajax requests from scripts do not set document.cookie. But the browser will store the cookie accordingly and use it for subsequent requests.

from cookie.

hueniverse avatar hueniverse commented on August 30, 2024

You don't need to change the implementation, you just need to store the right data set in the session and lookup the rest in the server storage. However, I don't understand why the browser failed to update the cookies. It should not matter how the request was made.

from cookie.

danidacila avatar danidacila commented on August 30, 2024

Yes you are right, I can store the cache outside of the implementation and use it.
Also reading more about AJAX cookies it seems they are sent and received back withing the calls.
But for sure it was not working for me setting any new key in the session or updating it.

And one more question I have is if I change the session data, it means the session cookie will be changed, right? As it represents an encoded version of the session data?

Tx,
Daniel

from cookie.

jaw187 avatar jaw187 commented on August 30, 2024

@danidacila are you taking additional steps to retrieve the cookie from your Ajax response? If you're expecting them to show up in document.cookie, that won't happen.

To answer your latest question, every call to request.auth.session.set will result in a call to reply.state which will update the cookie.

from cookie.

technowar avatar technowar commented on August 30, 2024

@jaw187, may I ask why cookies set by hapi-auth-cookie won't appear in document.cookie? How can I handle my cookie if this is the case?

from cookie.

hueniverse avatar hueniverse commented on August 30, 2024

The cookie is encrypted so it won't help you much getting it in the browser.

from cookie.

technowar avatar technowar commented on August 30, 2024

Thanks all. I thought I got it all wrong.

from cookie.

lock avatar lock commented on August 30, 2024

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

from cookie.

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.