<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Admin SSL] Redirect bug</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Admin SSL] Redirect bug</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 08:44:11 +0000</pubDate>

<item>
<title>ipruthi on "[Plugin: Admin SSL] Redirect bug"</title>
<link>http://wordpress.org/support/topic/267385#post-1280461</link>
<pubDate>Fri, 13 Nov 2009 19:07:44 +0000</pubDate>
<dc:creator>ipruthi</dc:creator>
<guid isPermaLink="false">1280461@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yeah, forget this plugin. This is the 2nd time I tried to use it (once a couple months back) but no improvement. It should be deleted.
&#60;/p&#62;</description>
</item>
<item>
<title>jlheidecker on "[Plugin: Admin SSL] Redirect bug"</title>
<link>http://wordpress.org/support/topic/267385#post-1222529</link>
<pubDate>Wed, 23 Sep 2009 21:15:49 +0000</pubDate>
<dc:creator>jlheidecker</dc:creator>
<guid isPermaLink="false">1222529@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Did you get it to work?  i'm on 2.8.4 and am getting the same errors.
&#60;/p&#62;</description>
</item>
<item>
<title>redgecko on "[Plugin: Admin SSL] Redirect bug"</title>
<link>http://wordpress.org/support/topic/267385#post-1063317</link>
<pubDate>Sun, 03 May 2009 08:38:56 +0000</pubDate>
<dc:creator>redgecko</dc:creator>
<guid isPermaLink="false">1063317@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm using Admin SSL 1.4.1 with WordPress 2.7.1.&#60;br /&#62;
With non-standard authentication plugin and my private SSL environment, the redirection and the account information become strange.&#60;br /&#62;
The PHP log says:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
PHP Notice:  Use of undefined constant COOKIE_PATH - assumed 'COOKIE_PATH' in /path/to/wordpress/wp-content/plugins/admin-ssl-secure-admin/includes/cookies.php on line 31
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I try to fix this bug with the following patch:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;--- cookies.php.orig	2009-02-17 20:37:14.000000000 +0900
+++ cookies.php	2009-05-03 17:23:40.000000000 +0900
@@ -28,7 +28,7 @@
 			$url = parse_url($shared_url);
 			return(rtrim($url[&#38;quot;path&#38;quot;],&#38;quot;/&#38;quot;).&#38;quot;/&#38;quot;);
 		}
-		else return(COOKIE_PATH);
+		else return(ADMIN_COOKIE_PATH);
 	}

 //&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
