Questions tagged [third-party-cookies]
66 questions
0
votes
1 answer
Use JWT to identify server-side session on Wildfly
I have an application that is running as a central service which can be embedded as an i-frame into arbitrary web pages. This application is running within a Wildfly application server and is using server-side sessions with cookies. From the point…
0
votes
2 answers
Problem with iframe serving my Domino XPages solution (with Nginx proxy) adds JS code to redirect using http (while site is https)
Sorry in advance if this is a bit lengthy - but I have dived quite a bit into it, so I want to provide what I know :-)
I have a solution (developed in IBM XPages) that we provide for customers e.g. via an iframe. We have now started seeing issues…

John Dalsgaard
- 2,797
- 1
- 14
- 26
0
votes
1 answer
Third-party cookie not set on Ajax request
When visiting foo.com the response of an Ajax GET request to bar.co.at includes this response header:
Set-Cookie: PHPSESSID=i39mm1u7jh4tr7pmebue1k7abc;
expires=Thu, 19-Nov-2020 20:34:40 GMT;
Max-Age=3600;
…

Michael Käfer
- 1,597
- 2
- 19
- 37
0
votes
1 answer
Not able to Login with third party login providers (Google) in Google Chrome (Latest Version) browser MVC5 using Owin
In google chrome latest version 85 I am not able to use login service of third party providers Like (Google) but perfectly running on Firefox and other browsers.
Test Case
After giving permission using Google Outh2.0 it redirect to singin-google…

Vikas Bhukar
- 94
- 7
0
votes
1 answer
Identify third party cookies in chrome
In the process of making a website GDPR compliant i need to identify and categorize cookies used on that website. Now i came across the issue to differentiate between first and third party cookies.
I was not able to find the information how to do…

user3507003
- 359
- 4
- 17