Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Web Application breaks because of Total Cookie Protection

  • 1 απάντηση
  • 0 έχουν αυτό το πρόβλημα
  • 5 προβολές
  • Τελευταία απάντηση από cor-el

more options

We have a very old web application which requires JSESSION_ID to be stored in cookies for our login session. As part of our solution, we provide a HTML document in which we embed the URLs of our web application. This HTML document can be opened locally, but, it tries to contact our application for Login validation. As part of that it needs to access the JSESSION_ID.

Before Total Cookie Protection was made default, the application was working fine. But, after making it default, we are observing 2 behaviors which are breaking our application. Those 2 behaviors are: 1. When we click on a button to open the document, nothing happens. We checked the console logs and the network tab in the Browser developer tool, but we couldn't find anything. 2. Sometimes, browser is sending wrong JSESSSION_ID. Here also, we couldn't find anything in browser developer tool.

Once, we disable Total Cookie Protection both the above problems goes away. We checked Firefox's documentation : https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API) and we found that our application has un-partitioned storage to cookie jars.

We are looking for pointers on how to fix this problem. Thank you.

We have a very old web application which requires JSESSION_ID to be stored in cookies for our login session. As part of our solution, we provide a HTML document in which we embed the URLs of our web application. This HTML document can be opened locally, but, it tries to contact our application for Login validation. As part of that it needs to access the JSESSION_ID. Before Total Cookie Protection was made default, the application was working fine. But, after making it default, we are observing 2 behaviors which are breaking our application. Those 2 behaviors are: 1. When we click on a button to open the document, nothing happens. We checked the console logs and the network tab in the Browser developer tool, but we couldn't find anything. 2. Sometimes, browser is sending wrong JSESSSION_ID. Here also, we couldn't find anything in browser developer tool. Once, we disable Total Cookie Protection both the above problems goes away. We checked Firefox's documentation : https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API) and we found that our application has un-partitioned storage to cookie jars. We are looking for pointers on how to fix this problem. Thank you.

Όλες οι απαντήσεις (1)

more options