This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
In Xstore AMP plugin, replace your code in xstore-amp.php at line 216 with something like below to avoid WP error warnings.
`if ( !session_id() ) {
session_start();
session_write_close();
}`
Hello,
I’ve passed your suggestion to our developers.
Regards
The issue related to '‘Better handling of Session Start’' has been successfully resolved, and the topic is now closed for further responses