<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change Cookie To Expire From 1 Day To 8 Hours? in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Change-Cookie-To-Expire-From-1-Day-To-8-Hours/m-p/50820#M14902</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I change the following code to have the cookie expire in 8 hours instead of 1 day as it does now?&lt;/P&gt;&lt;PRE&gt;// key and at least value given, set cookie...
        if (arguments.length &amp;gt; 1 &amp;amp;&amp;amp; (!/Object/.test(Object.prototype.toString.call(value)) || value == null)) {
            options = $.extend({}, $.cookie.defaults, options);

            if (value == null) {
                options.expires = -1;
            }

            if (typeof options.expires === 'number') {
                var days = options.expires, t = options.expires = new Date();
                t.setDate(t.getDate() + days);
            }

            value = String(value);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;IMG src="http://imagicon.info/cat/12-1/text-smiley.png" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2013 17:35:39 GMT</pubDate>
    <dc:creator>orthohin</dc:creator>
    <dc:date>2013-02-11T17:35:39Z</dc:date>
    <item>
      <title>Change Cookie To Expire From 1 Day To 8 Hours?</title>
      <link>https://business.forums.bt.com/t5/Archive/Change-Cookie-To-Expire-From-1-Day-To-8-Hours/m-p/50820#M14902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I change the following code to have the cookie expire in 8 hours instead of 1 day as it does now?&lt;/P&gt;&lt;PRE&gt;// key and at least value given, set cookie...
        if (arguments.length &amp;gt; 1 &amp;amp;&amp;amp; (!/Object/.test(Object.prototype.toString.call(value)) || value == null)) {
            options = $.extend({}, $.cookie.defaults, options);

            if (value == null) {
                options.expires = -1;
            }

            if (typeof options.expires === 'number') {
                var days = options.expires, t = options.expires = new Date();
                t.setDate(t.getDate() + days);
            }

            value = String(value);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;IMG src="http://imagicon.info/cat/12-1/text-smiley.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 17:35:39 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Change-Cookie-To-Expire-From-1-Day-To-8-Hours/m-p/50820#M14902</guid>
      <dc:creator>orthohin</dc:creator>
      <dc:date>2013-02-11T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Cookie To Expire From 1 Day To 8 Hours?</title>
      <link>https://business.forums.bt.com/t5/Archive/Change-Cookie-To-Expire-From-1-Day-To-8-Hours/m-p/51020#M14903</link>
      <description>&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Is this a homework question ?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Because &lt;FONT size="2"&gt;somebody asked this word for word &lt;/FONT&gt;way back in 2008&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;A target="_blank" href="http://www.webhostingtalk.com/showthread.php?t=1235394"&gt;http://www.webhostingtalk.com/showthread.php?t=1235394&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 07:52:02 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Change-Cookie-To-Expire-From-1-Day-To-8-Hours/m-p/51020#M14903</guid>
      <dc:creator>Sogo7</dc:creator>
      <dc:date>2013-02-18T07:52:02Z</dc:date>
    </item>
  </channel>
</rss>

