<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014117" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014117</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cookies-0#comment-1081568</link>
    <description> &lt;p&gt;i&#039;m not sure, if cookies are the right way for your problem?&lt;br /&gt;
don&#039;t forget, user can ignore or delete your cookies, with that, they&#039;d be able to vote several times for the poll. but i&#039;m not sure, if there is another way to prevent that.&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Apr 2001 12:56:52 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1081568 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cookies-0#comment-1081567</link>
    <description> &lt;p&gt;using cgi with perl:&lt;/p&gt;
&lt;p&gt;setting two different cookies:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;use strict; &lt;br /&gt;use CGI qw(:standard);&lt;br /&gt;use CGI::Cookie;&lt;br /&gt;&lt;br /&gt;	my $title = &amp;quot;cookie1name&amp;quot;;&lt;br /&gt;	my $storycookie = &amp;quot;cookie2name&amp;quot;;&lt;br /&gt;&lt;br /&gt;	my $titlecookie = cookie(&lt;br /&gt;	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; $titlecookiename,&lt;br /&gt;		-VALUE&amp;nbsp;&amp;nbsp; =&amp;gt; &amp;quot;$list{&amp;#039;title&amp;#039;}&amp;quot;,&lt;br /&gt;		-PATH&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; &amp;#039;/&amp;#039;,&lt;br /&gt;		-EXPIRES =&amp;gt; &amp;quot;+60d&amp;quot;,&lt;br /&gt;		);&lt;br /&gt;&lt;br /&gt;	my $storycookie = cookie(&lt;br /&gt;		-NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; $storycookiename,&lt;br /&gt;		-VALUE&amp;nbsp;&amp;nbsp; =&amp;gt; &amp;quot;$list{&amp;#039;story&amp;#039;}&amp;quot;,&lt;br /&gt;		-PATH&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; &amp;#039;/&amp;#039;,&lt;br /&gt;#		-DOMAIN&amp;nbsp; =&amp;gt; &amp;#039;localhost&amp;#039;,&lt;br /&gt;		-EXPIRES =&amp;gt; &amp;quot;+60d&amp;quot;,&lt;br /&gt;		);&lt;br /&gt;&lt;br /&gt;print &amp;quot;Set-Cookie: $titlecookie\n&amp;quot;;&lt;br /&gt;print &amp;quot;Set-Cookie: $storycookie\n&amp;quot;;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
in this example i put the userinput of form-field &#039;title&#039; and &#039;story&#039; into two cookies. if they come back to my site, the input is already there, using:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;my ($titlecookie, $storycookie);&lt;br /&gt;$titlecookie = $query-&amp;gt;cookie(&amp;quot;cookie1name&amp;quot;);&lt;br /&gt;$storycookie = $query-&amp;gt;cookie(&amp;quot;cookie2name&amp;quot;);&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;if you wanna know, what -path, -expires stands for, read &lt;a href=&quot;http://www.cookiecentral.com/faq/#3&quot; class=&quot;bb-url&quot;&gt;this FAQ&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;for more information, try &lt;a href=&quot;http://www.cookiecentral.com/&quot; class=&quot;bb-url&quot;&gt;the cookiecentral&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;good luck with baking. i needed quite a long time to get them ready, but know, i really like them!&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Apr 2001 12:52:56 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1081567 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
