cookie tag

22 questions


1 answers
302 views
0
How to access cookies in the Next.js API

Hello, I'm using Nexst.jsI'm a junior front-end developer.To access the DB APII also configured API for nextFailed to get the token value stored in the cookieI'd appreciate it if you could tell me how...

1 years ago

1 answers
389 views
0
Cannot read cookies written from javascript

The javascript cannot read cookies written using document.cookie.The session can be read by console.log(document.cookie), but when I restart the browser(firefox), the result of console.log(document.co...


1 answers
429 views
0
Cannot delete cookies using javascript

I would like to create a bookmarklet that can delete all cookies on the site using javascript.While checking the browser console, alert(document.cookie); I was able to check which cookies exist using ...

1 years ago

2 answers
139 views
0
What is the origin of the name "cookie"?

This cookie has become widely used from automatic login to user analysis, but why is it called cookie in the first place?When I first learned the word cookie, I thought, Is the browser something to ea...

2 years ago

1 answers
111 views
0
Cookie retrieval error in perl

a. Set cookies in cgi and Trying to read cookies from b.cgi in the same hierarchyThen an error occurs.b. by specifying the $main->param(READID=>$readid); in cgiThere seems to be an error, but I ...

2 years ago

1 answers
80 views
0
Using the javascript, jquery cookie

Please teach me.What should I write and how?What do you want to do?1. Display a list of cookies on the page and I would like to display a message if nothing has been saved yet.(e.g. Not saved yet)2. I...

2 years ago

1 answers
171 views
0
Using Sessions with ASP.NET Core

Sessions and Application States in ASP.NET Corehttps://docs.microsoft.com/ja-jp/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2Sample Sourcehttps://github.com/aspnet/Docs/tree/master/aspnetcore...


1 answers
76 views
0
Set-Cookie works on Android 7 but not on Android 10.

Hi, everyone.I have a question about Android and Okhttp3.I implemented session login using Okhttp3 (3.10.0) and PersistentCookieStore, but I can't log in on Android 10 without any problems (Log in).Wh...

2 years ago

1 answers
114 views
0
I would like to know the lifetime of the cookies I set in CookieManager.

When I started the Android app, if there are any cookies left, I would directly display WebView and

2 years ago

1 answers
96 views
0
Cookies are exchanged via GET/POST communication and login processing

I am using Google apps script.I am logging in to a site.

- 1 - »

© 2024 OneMinuteCode. All rights reserved.