• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
2

It seems that cookie creation is blocked in 2025 Premier CEP12.

Community Beginner ,
Feb 05, 2025 Feb 05, 2025

Copy link to clipboard

Copied

Hello, I am a Premier CEP panel developer. 

I successfully used the session login method using an iframe in 2024 CEP11. 
Blocked in 2025 cep12.

iframe set-cookie test between 2024 Premier CEP 11 and 2025 Premier CEP 12
 
TEST: 
Server-generated cookie code:

 

 

<?php
setcookie('test_cookie', '1', 0, '/');
?>

 

 

Client Code: (index.html in panel)

 

 

<!doctype html>
<html>
<title>Basic Panel</title>
<head>	
</head>
<body> 
  <iframe src="http:/localhost:8000"/> 
</body>
</html>

 

 


2024 debug mode Check Cookies values:

gwangheih87095946_0-1738744552025.png

 

2025 Debug Mode Cookies value: 

gwangheih87095946_1-1738744597102.png

Couldn't make it.

 

I am curious as to whether this setting is not applicable after upgrading from Chromium 88 to 99.

 

 

<CEFCommandLine>
						<Parameter>--disable-features=SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure,NetworkService</Parameter>
						<Parameter>--disable-site-isolation-trials</Parameter>
						<Parameter>--enable-media-stream</Parameter>
						<Parameter>--enable-nodejs</Parameter>
						<Parameter>--allow-file-access</Parameter>
						<Parameter>--allow-file-access-from-files</Parameter>
						<Parameter>--disable-application-cache</Parameter>
					</CEFCommandLine>

 

 

manifest.xml  setting in panel

Is there a solution or is there anything else to check?
 

 

Bug Acknowledged
TOPICS
Computer configuration , Interoperability or 3rd party tools

Views

62

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , Feb 05, 2025 Feb 05, 2025

Your suspicion seems correct, that this isn't possible in Chromium 99 (part of CEP12).

Relevant cookie info:

https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_12.x/Documentation/CEP%2012%20HTML%20Extension%20Cookbook.md#http-cookie

Status Acknowledged

Votes

Translate

Translate
1 Comment
Adobe Employee ,
Feb 05, 2025 Feb 05, 2025

Copy link to clipboard

Copied

LATEST

Your suspicion seems correct, that this isn't possible in Chromium 99 (part of CEP12).

Relevant cookie info:

https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_12.x/Documentation/CEP%2012%20HTML%20Exte...

Status Acknowledged

Votes

Translate

Translate

Report

Report