Questions tagged [cookie-session]

Simple cookie-based session middleware for Express.js framework.

cookie-session is a simple cookie-based session middleware for Express.js framework.

94 questions
0
votes
1 answer

Play with Play cookie session

When I set a value to session (cookie session), I can see that value from the client like below However, when I try to get the cookie with javascript document.cookie, this is all I get How can I get the PLAY_SESSION cookie?
Khanetor
  • 11,595
  • 8
  • 40
  • 76
0
votes
1 answer

node.js express cookie-session session id undefined

I'm using node.js with express and the cookie-session library, and in request handlers, req.session.id is undefined - could anyone provide suggestions on creating and using a session id with cookie session or any cookie based session library within…
nite
  • 970
  • 9
  • 17
-1
votes
1 answer

Unable to establish cookie session

I am currently doing a user sign up interface using javascript. However I am unsuccessful to establish a cookie session. After singing up in the localhost network, it prompt this message --> site cant be reach. localhost refuse to connect. I have…
1 2 3 4 5 6
7