<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - How/In Which File Does Plogger Store Login Cookie</title>
			<lastBuildDate>Thu, 16 Apr 2026 05:14:53 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=776#Comment_776</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=776#Comment_776</guid>
		<pubDate>Wed, 02 Nov 2005 19:20:43 +0000</pubDate>
		<author>amory</author>
		<description>
			<![CDATA[I am trying to integrate the login systems of WordPress and Plogger such that whenever a user logs into WP, the plogger cookie is automatically hashed.  I had already accomplished this, but at the moment am switching gear to use Plogger due to some extra personal required features for my project.<br /><br />Anway, I wanted to know in which file does Plogger hash/store its cookie for user login?  I poked around the admin files as well as some others to no avail.<br /><br />Thanks,<br />Amory]]>
		</description>
	</item>
	<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=777#Comment_777</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=777#Comment_777</guid>
		<pubDate>Wed, 02 Nov 2005 20:35:24 +0000</pubDate>
		<author>amory</author>
		<description>
			<![CDATA[Found some clues in plog-upload.php - it looks like the login uses sessions, as opposed to cookies, which I am not familiar with.  <br /><br />Basically what I am trying to put together is some code that when a user logs into WordPress, they are automatically logged into Plogger.  I don't need multiple users - being able to move between WP and Plogger admins would suffice.  For ZenPhoto, this was easy.  All I had to do was add in the ZP cookie in after the WP success function.<br /><br />How difficult/plausible is what I'm describing with regards to sessions?  <br /><br />Any help would be greatly appreciated.  I would ask on the status of the WP-PL plugin, but it has been asked often already, with development appearing to be minimum.<br /><br /><br />Thanks,<br />Amory]]>
		</description>
	</item>
	<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=966#Comment_966</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=966#Comment_966</guid>
		<pubDate>Thu, 10 Nov 2005 20:47:02 +0000</pubDate>
		<author>amory</author>
		<description>
			<![CDATA[Does anyone have any tips on how to send login information to plogger when a user logs into WordPress?]]>
		</description>
	</item>
	<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=987#Comment_987</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=987#Comment_987</guid>
		<pubDate>Fri, 11 Nov 2005 14:25:01 +0000</pubDate>
		<author>mike</author>
		<description>
			<![CDATA[You can send a POST or GET string to any of the PHP files in the admin directory except for index.php<br /><br />So a get string (not recommended, completely insecure)<br />http://www.plogger.org/admin/plog-upload.php?action=log_in&amp;username=admin&amp;password=password<br /><br />If you can pass these same variables using the POST method (from an HTML form), then they would be passed more securely.<br /><br />The result of doing this is that a session is created on your server and you should be able to navigate to any of the Plogger admin pages without having to provide login credentials.]]>
		</description>
	</item>
	<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=1003#Comment_1003</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=1003#Comment_1003</guid>
		<pubDate>Sun, 13 Nov 2005 10:51:30 +0000</pubDate>
		<author>amory</author>
		<description>
			<![CDATA[I get the following error when trying to send a post directly from a link in WP-admin.<br />&quot;Plogger cannot connect to the database because: Unknown MySQL Server Host 'http' (1)&quot;<br /><br />I will try adding the form to the wordpress login page, but won't having two submitted forms with different action paths create some problems?]]>
		</description>
	</item>
	<item>
		<title>How/In Which File Does Plogger Store Login Cookie</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=1147#Comment_1147</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=162&amp;Focus=1147#Comment_1147</guid>
		<pubDate>Wed, 23 Nov 2005 14:13:11 +0000</pubDate>
		<author>amory</author>
		<description>
			<![CDATA[Does anyone have a suggestion/workaround for the MySQL server host error that arises when using a standard link/javascript to send a form to admin/plog-upload.php?]]>
		</description>
	</item>
	
		</channel>
	</rss>