<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运达&#039;s  blog &#187; 图片集</title>
	<atom:link href="https://www.yunda51.com/?feed=rss2&#038;tag=%E5%9B%BE%E7%89%87%E9%9B%86" rel="self" type="application/rss+xml" />
	<link>https://www.yunda51.com</link>
	<description>运达的博客</description>
	<lastBuildDate>Wed, 12 Nov 2025 07:58:26 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.19</generator>
	<item>
		<title>dedecms_5.7图集上传图片的时候弹出302提示的解决办法</title>
		<link>https://www.yunda51.com/?p=1524</link>
		<comments>https://www.yunda51.com/?p=1524#comments</comments>
		<pubDate>Mon, 30 Mar 2015 01:44:29 +0000</pubDate>
		<dc:creator><![CDATA[运达]]></dc:creator>
				<category><![CDATA[Dedecms]]></category>
		<category><![CDATA[php技术]]></category>
		<category><![CDATA[dedecms]]></category>
		<category><![CDATA[图片集]]></category>

		<guid isPermaLink="false">http://www.yunda51.com/?p=1524</guid>
		<description><![CDATA[解决办法是： 在include/userlogin.class.php文件中的第二行session_start<a href="https://www.yunda51.com/?p=1524" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>解决办法是：<br />
在include/userlogin.class.php文件中的第二行session_start();前加上</p>
<p>	if (isset($_POST["PHPSESSID"])) {</p>
<p>	session_id($_POST["PHPSESSID"]);</p>
<p>	} else if (isset($_GET["PHPSESSID"])) {</p>
<p>	session_id($_GET["PHPSESSID"]);</p>
<p>	}</p>
]]></content:encoded>
			<wfw:commentRss>https://www.yunda51.com/?feed=rss2&#038;p=1524</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
