150161 Session Cookie Does Not Contain the “Secure” Attribute / 150123 Cookie Does Not Contain The “HTTPOnly” Attribute
do anyone have an idea on how to fix this, GDPR is compliant.
]]>Debug Information
WordPress Version: 5.7
PHP Version: 7.4.3
MySQL Version: 5.7.29
Server Software: Apache
Your User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36
Session Save Path: /tmp
Session Save Path Exists: Yes
Session Save Path Writeable: Yes
Session Max Lifetime: 1440
Opcode Cache:
Apc: No
Memcached: No
OPcache: Yes
Redis: No
Object Cache:
APC: No
APCu: No
Memcache: No
Memcached: No
Redis: No
WPDB Prefix: wp_7g7rpf_
WP Multisite Mode: No
WP Memory Limit: 40M
Current Memory Usage: 91.485M
Current Memory Usage (real): 16.000M
Pods Network-Wide Activated: No
Pods Install Location: /home/wp_t578pj/blackjacklane.com/wp-content/plugins/pods/
Pods Tableless Mode Activated: No
Pods Light Mode Activated: No
Currently Active Theme: Altitude Pro Theme
Currently Active Plugins:
Advanced Recent Posts: 0.6.14
Awesome Weather Widget: 3.0.2
Black Studio TinyMCE Widget: 2.6.9
Coming soon and Maintenance mode WpDevArt: 3.2.7
Content Views: 2.4.0.1
Content Views Pro: 5.7.0
DreamHost Panel Login: 1.0.0
Duplicate Post Page Menu & Custom Post Type: 1.6.0
Email Address Encoder: 1.0.22
EWWW Image Optimizer: 6.0.3
Font Awesome 4 Menus: 4.7.0
FooBox Image Lightbox: 2.7.16
FooGallery: 1.10.3
Genesis Blocks: 1.2.3
Genesis Columns Advanced: 2.0.3
Genesis Featured Page Extras: 1.2.0
Genesis Simple Edits: 2.3.1
Genesis Title Toggle: 1.9.0
Jetpack by WordPress.com: 9.5
Lead Call Buttons: 1.0.7
Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue: 3.1.7
Ninja Forms: 3.5.1
Organic Widget Area Block: 1.2.1
Pinpoint Booking System: 2.9.9.1.8
Pods - Custom Content Types and Fields: 2.7.26
Poll, Survey & Quiz by OpinionStage: 19.7.6
Post Types Order: 1.9.5.5
Proxy Cache Purge: 4.8.1
Redirection: 5.0.1
Registrations for the Events Calendar Pro Personal: 2.18.1
Smash Balloon Instagram Feed: 2.9
TerraClassifieds - Simple Classifieds Plugin: 2.0.2
The Events Calendar: 5.4.0.2
The Events Calendar PRO: 5.4.0.2
Ultimate Member: 2.1.16
Ultimate Member - reCAPTCHA: 2.1.8
UpdraftPlus - Backup/Restore: 1.16.50
WP Mail SMTP: 2.6.0
Yoast SEO: 16.0.2
]]>Mailpoet sets a browser cookie (“MAILPOET_SESSION”). My question is, why is this cookie needed and how can I include this cookie into a cookie management, as the visitor should be given the possibility to reject the cookie (to prevent that the cookie is stored on his computer)?
Best,
Frank
Is it possible to display the popup once per session? I.e. the user visits page for the first time, see’s popup, closes popup, changes page, doesn’t see popup… But then closes the website, then revisits and see’s popup again.
Thanks,
Tom
PHPSESSID
which stores the session ID – not triggered by any particular action, just when any page of the website is opened. I am not logged into the WordPress backend or into anything else on that website.
I definitely have nothing in my theme code that would do this.
Strange about it: I have two identical versions of that website, one for testing on my own webspace and domain, the other on the client’s domain and webspace. The provider is the same in both cases, so I suppose it’s the same server configuration. The PHP version is the same (7.2). I have the same theme and plugins in both versions, still the performance site DOES set that cookie, the test site DOES NOT.
I tried to put ini_set ( "session.use_cookies", 0);
at the top of my page (before <?php get_header(); ?>
), but now I am getting a warning at the top of the page saying Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /home/.sites/.../indexphp on line 2
.
All I want is to get rid of that cookie. I am not using any other cookies on that site and I don’t want to have to put a cookie notice on that site. Any ideas what I could do?
]]>Is this something the GDPR plugin can help to control?
(This is all very overwhelming for my technical knowledge, but it seems like it should be a common situation for WordPress users.)
]]>Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /var/www/hellegottenborg.dk/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:3983) in /var/www/hellegottenborg.dk/public_html/wp-content/themes/gottenborg-theme/footer.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /var/www/hellegottenborg.dk/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:3983) in /var/www/hellegottenborg.dk/public_html/wp-content/themes/gottenborg-theme/footer.php on line 3
What gives?
]]>