<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									PHP Active Session Bug - Bug Reports - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 10 Apr 2026 09:36:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: PHP Active Session Bug</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108655</link>
                        <pubDate>Thu, 22 Feb 2024 12:23:27 +0000</pubDate>
                        <description><![CDATA[@sofy ok]]></description>
                        <content:encoded><![CDATA[@sofy ok]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Avradip</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108655</guid>
                    </item>
				                    <item>
                        <title>RE: PHP Active Session Bug</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108624</link>
                        <pubDate>Wed, 21 Feb 2024 12:41:18 +0000</pubDate>
                        <description><![CDATA[The mentioned code belongs to the Go2wpForo tool. It should be activated on the staging or local website for a while. After migration, it&#039;s recommended to deactivate and delete the tool.]]></description>
                        <content:encoded><![CDATA[<p>The mentioned code belongs to the Go2wpForo tool. It should be activated on the staging or local website for a while. After migration, it's recommended to deactivate and delete the tool. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108624</guid>
                    </item>
				                    <item>
                        <title>PHP Active Session Bug</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108584</link>
                        <pubDate>Sun, 18 Feb 2024 00:50:02 +0000</pubDate>
                        <description><![CDATA[Hi. There is a bug in your PHP code for the file main.php. You need to add session_write_close(); after a session_start(); otherwise you break the PHP construct in the entire Wordpress backe...]]></description>
                        <content:encoded><![CDATA[<p>Hi. There is a bug in your PHP code for the file <strong>main.php</strong>. You need to add <strong>session_write_close();</strong> after a <strong>session_start();</strong> otherwise you break the PHP construct in the entire Wordpress backend.</p>
<div>
<pre contenteditable="false">private function __construct() {
if( ! wpforo_is_session_started() ) session_start();
$this-&gt;db = WPF()-&gt;db;
$this-&gt;setup();
session_write_close(); // this is required
}</pre>
</div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>matead</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/php-active-session-bug/#post-108584</guid>
                    </item>
							        </channel>
        </rss>
		