Skip to main content

Questions tagged [third-party-cookies]

Third-party cookies are cookies that a browser sets or sends in connection with a request to one site (a social network, say) while visiting another site (a web shop, say). Such cookies can track the social network user across the web shops they visit, and browsers block them more and more to protect users' privacy. Use this tag for questions about errors that result from such blocking and how the affected functionality can be implemented otherwise.

third-party-cookies
0 votes
0 answers
37 views

Missing few Cookies (Only in Chrome browser) in the First-Party Site's Request Header When Redirecting (Status Code: 303) from a Third-Party Site

Chrome Browser Version: 126.0.6478.127 (Official Build) (arm64) Used technologies: ClientSide - Html, React.js, Javascript ServerSide - GoLang What I tried: Step 1: Setting a few cookies with ...
Jakpren's user avatar
  • 91
0 votes
1 answer
23 views

Flask web app redirects to login page instead of dashboard after successful authentication to an external website

I am making a Flask web application that clones a login page of a website and sending post request to authenticate to the original website. The request is made using session so to be able to preserve ...
Mihai's user avatar
  • 41
0 votes
0 answers
18 views

Issues with Stickiness in Multi-Instance Infrastructure of application with socket.io Due to Third-Party Cookie Restrictions in embed

We are encountering issues with our Socket.io implementation in a multi-instance infrastructure. According to the Socket.io documentation, stickiness is necessary for polling to function correctly. ...
Khushboo Shaw's user avatar
0 votes
1 answer
53 views

Access to Third-Party Google Signin Cookies in Google Chrome

While trying to assess the impact of the upcoming phaseout of third-party cookies in Google Chrome, I built a simple page containing the "Sign in with Google" button. When disabling third-...
Mathis's user avatar
  • 41
-1 votes
0 answers
21 views

Third Party Cookies and Oauth in future

Google is planning to disable third party cookies, considering that how will oauth work? Google sign in facebook sign in and other authorizations shouldn't work right? I am expecting a detailed answer ...
Luke07's user avatar
  • 1
0 votes
0 answers
13 views

_sp_id is regenerating everytime a user logs out

Everytime a user log out from the reactJS site the _sp_id in cookies and the domain user id in snowplow is changing ,i even checked the code but everything looks good but i'm not getting why it's ...
Pradeep reddy's user avatar
0 votes
0 answers
43 views

How can I test the 'Google Chrome third-party cookie blocking policy

How can I test the 'Google Chrome third-party cookie blocking policy. I have a hybrid-app and use Webview on both iOS and Android. I use cookies for various purposes. Does this policy also affect ...
K BOBO's user avatar
  • 1
0 votes
0 answers
128 views

How to allow third party cookies in my application?

Some browsers like Safari or Firefox block third party cookies by default. And Google Chrome posts: https://developers.google.com/privacy-sandbox/3pcd?hl=es-419 It means that third party cookies are &...
Angel Ponce's user avatar
0 votes
0 answers
17 views

Does AMP Project support Google One-tap for AMP pages

after Third Party cookie disabled feature, how we intrgrate one tap google Sign in in AMP pages i tried to embed One tap sign in via amp-iframe methodology, but this code is not working, Can any hemp ...
Nitesh Kumar's user avatar
0 votes
0 answers
59 views

After Chrome third-party cookie deprecation, can i implement one TAP Login in my AMP pages with consideration with FedCM

Can I implement one TAP Login in my AMP pages with consideration with FedCM. If yes then I want full integration doc and method to implement One tap login in my amp page with FedCM intregation. ...
Nitesh Kumar's user avatar
0 votes
0 answers
74 views

what is the best alternative i can use in auth0 for my appilcation which uses third party cookies?

Since Third party cookies will be blocked what are the alternatives? Solution for best auth0 solution to overcome third party cookies, the solution i found are Custom domains and refresh tokens in ...
Abxxx0's user avatar
  • 3
0 votes
0 answers
25 views

How to identify third party cookie in javascript [duplicate]

I am writing a code to identify which third party cookies might get affected after chrome third party cookie phaseout. Is there a way to get the third party cookies in javascript? What and all ...
Abhi's user avatar
  • 13
0 votes
0 answers
265 views

Why do my cookies delete when I refresh my page?

I am building a full stack MERN application and am using cookies. My login route looks something like this: app.post('/login', async (req, res) => { console.log("Trying to login...") ...
Brice Joseph's user avatar
0 votes
0 answers
22 views

loid googlebot ... token with third-party cookie blocked

I just found out about the third-party cookie deprecation and found out that one request was blocked in my website. I have turned on "Test Third Party Cookie Phaseout". The request was for ...
Jay Lee's user avatar
  • 1,854
2 votes
2 answers
535 views

Unable to delete partitioned cookies (CHIPS) with JavaScript in Chrome

Because of the third-party cookie deprecation, I've updated some cookies for an application of mine accordingly to be "partitioned" using CHIPS. In my case, for example, an affected cookie ...
glmvc's user avatar
  • 294

15 30 50 per page
1
2 3 4 5
7