<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003346" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003346</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookies-0#comment-1014687</link>
    <description> &lt;p&gt;Ummm....never mind...some swift debugging fixed it all up, after i figured out what was going on.... thanks mister  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
This has been a Loss4Words production.  Thank you for tuning in.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Apr 2000 04:31:00 +0000</pubDate>
 <dc:creator>Loss4Words</dc:creator>
 <guid isPermaLink="false">comment 1014687 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookies-0#comment-1014686</link>
    <description> &lt;p&gt;Thanks...now can you explain how I could put that into practise...I wouldn&#039;t normally ask but it&#039;s 2am, I&#039;m bored and I don&#039;t understand it.  I mean, I do, but not enough to be able to use it, you know? &lt;/p&gt;
&lt;p&gt;Like, how do I refer to or use the information stored in the cookie once it has been retrieved?&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
This has been a Loss4Words production.  Thank you for tuning in.&lt;/p&gt;
 </description>
     <pubDate>Wed, 05 Apr 2000 04:10:00 +0000</pubDate>
 <dc:creator>Loss4Words</dc:creator>
 <guid isPermaLink="false">comment 1014686 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cookies-0#comment-1014685</link>
    <description> &lt;p&gt;// Use this function to retrieve a cookie.&lt;br /&gt;
function getCookie(name){&lt;br /&gt;
var cname = name + &quot;=&quot;;&lt;br /&gt;
var dc = document.cookie;&lt;br /&gt;
    if (dc.length &amp;gt; 0) {&lt;br /&gt;
    begin = dc.indexOf(cname);&lt;br /&gt;
        if (begin != -1) {&lt;br /&gt;
        begin += cname.length;&lt;br /&gt;
        end = dc.indexOf(&quot;;&quot;, begin);&lt;br /&gt;
            if (end == -1) end = dc.length;&lt;br /&gt;
            return unescape(dc.substring(begin, end));&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
return null;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;// An adaptation of Dorcht&#039;s function for setting a cookie.&lt;br /&gt;
function setCookie(name, value, expires, path, domain, secure) {&lt;br /&gt;
  document.cookie = name + &quot;=&quot; + escape(value) +&lt;br /&gt;
  ((expires == null) ? &quot;&quot; : &quot;; expires=&quot; + expires.toGMTString()) +&lt;br /&gt;
  ((path == null) ? &quot;&quot; : &quot;; path=&quot; + path) +&lt;br /&gt;
  ((domain == null) ? &quot;&quot; : &quot;; domain=&quot; + domain) +&lt;br /&gt;
  ((secure == null) ? &quot;&quot; : &quot;; secure&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Hope this helps, to delete a cookie, set the time to a time that is before the time that it is set.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Visit the dLo.Network&lt;br /&gt;
 &lt;a href=&quot;http://dlo.net&quot; class=&quot;bb-url&quot;&gt;http://dlo.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2000 20:44:00 +0000</pubDate>
 <dc:creator>Randall</dc:creator>
 <guid isPermaLink="false">comment 1014685 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
