hapijs/cookie

Cookie(sid) token is set to response headers, but does not reflect on subsequent requests

Zedonboy opened this issue · 1 comments

Hi. console.log(request.auth) writes undefined in my console. so used request.cookieAuth.set(user) in my end-point handler.
it set a cookie token at the set-cookie header. (checked it in my chrome browser)
but i used console.log(request.auth) in my test route/handler, it writes isauthenticated : false
checked request.headers i cant find the cookie-token.
Tell me what you think is wrong.
Your Help would be appreciated.

lock commented

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.