cookie tag

22 questions


1 answers
121 views
0
Nodejs (Express) cannot set the SameSite attribute of cookies to None

We are creating a backend for Twitter's view app on Nodejs (Express).The login method is to use Twitter Api to save the token returned after authentication to the session and restore the session from ...


1 answers
88 views
0
I want to handle sessionid on asp.net with client javascript

In web.config, <system.web> <httpCookies httpOnlyCookies=false/></system.web> even if configured asASP.NET_SessionId is not visible from javascript.How can I see it?By the way, on th...


2 answers
118 views
0
Why use memcached or redis instead of cookies when saving sessions?

By default, Rails saves sessions to cookies.However, I often hear cases where you use memcached or redis because you don't like it.However, I always don't know why cookies are not good, so I'm muddled...


1 answers
117 views
0
Set-Cookie Response Header Blocked by User Configuration

Rails implements the login feature.The authentication endpoint is giving the Set-Cookie response header, but the cookie is not saved with a warning that it has been blocked by user configuration.As yo...


1 answers
162 views
0
Whether to set an expiration date for cookies that manage sessions

OWASP Session Management Cheat Sheet Cookies > Expire and Max-Age Attributes section (JPCERT Japanese translation), cookies that do not have Expires and Max-Age configured will be forcibly removed ...

2 years ago

1 answers
134 views
0
Android loopj http request, cookie question!

Hello. I have a question regarding Android loopj communication...Server git.. https://github.com/aj1155/Coop-Project/blob/master/src/main/java/Coop/controller/UserController.javaI'd like to send a req...

2 years ago

1 answers
142 views
0
Implementing Login Retention

I'm developing a web app with node.js + express.js.The login/logout function will work normally by implementing the login function with passport.Now, I'd like to implement the login retention feature,...

2 years ago

1 answers
114 views
0
Question about JWT browser server-to-server transfer.

The usage environment is node.js, reaction.The cleanest way on the server is to send a token in a cookie. By the way, if you set httpOnly to true and send the cookie from the server to the browser, th...

2 years ago

1 answers
71 views
0
How to send Python cookies

I made a web server using Python and mysql Apache 2. I want to use Python here to send cookies or sessions and use other Python files to receive the cookies and keep them logged in. I looked it up and...

2 years ago

1 answers
67 views
0
cookie output from vue

django and vue.The login function is being implemented by linking js. The login was successful, and if the login is successful, I want to check the login through the sessionid created by Jango. But I'...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.