<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Bug found in APoll 2.02 cookies; here's how to fix ---"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Bug found in APoll 2.02 cookies; here's how to fix ---"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Bug found in APoll 2.02 cookies; here's how to fix ---</title>
				<description><![CDATA[ In file poll_cookie.php,<br /> line 21 read: <br /> <br /> if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {<br /> <br /> Extra character, exclamation mark at isset ... delete character.  Line should read:<br /> <br /> if (isset($HTTP_COOKIE_VARS[$cookie_name])) {<br /> <br /> <br /> That fixes it.  But the program still revotes at each page refresh.  Any help with that?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1758/4444.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1758/4444.php</link>
				<pubDate><![CDATA[Fri, 21 Mar 2003 04:06:16]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>