[geeklog-devtalk] geeklog-devel digest, Vol 1 #203 - 7 msgs

geeklog-devtalk-admin at lists.geeklog.net geeklog-devtalk-admin at lists.geeklog.net
Wed Oct 8 13:00:10 EDT 2003


Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net

You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."


Today's Topics:

1. Problems with setcookie() in 1.3.8-1 (Tony Bibbs)
2. [Fwd: Problems with setcookie() in 1.3.8-1] (Tony Bibbs)
3. Re: [Fwd: Problems with setcookie() in 1.3.8-1] (Tony Bibbs)
4. Re: [Fwd: Problems with setcookie() in 1.3.8-1] (Tony Bibbs)
5. Re: Re: [Fwd: Problems with setcookie() in
1.3.8-1] (Dwight Trumbower)
6. Re: Re: [Fwd: Problems with setcookie() in 1.3.8-1] (Rob Griffiths)

--__--__--

Message: 1
Date: Tue, 07 Oct 2003 20:58:28 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] Problems with setcookie() in 1.3.8-1
Reply-To: geeklog-devel at lists.geeklog.net

This simply does not work for me:

setcookie ($_CONF['cookie_session'], '', time() - 10000,
$_CONF['cookie_path'], $_CONF['cookiedomain'],
$_CONF['cookiesecure']);
setcookie ($_CONF['cookie_name'], '', time() - 10000,
$_CONF['cookie_path'],
$_CONF['cookiedomain'],
$_CONF['cookiesecure']);

This does:

setcookie($_CONF['cookie_session'],'',time()-10000,$_CONF['cookie_path']);
setcookie($_CONF['cookie_name'],'',time()-10000,$_CONF['cookie_path']);

--
+-------------------+--------------------------------------------------+

|Tony Bibbs |[R]egardless of what you may think of our penal |

|tony at tonybibbs.com |system, the fact is that every man in jail is one |

| |less potential fisherman to clutter up your |

| |favorite pool or pond. --Ed Zern |


+-------------------+--------------------------------------------------+


--__--__--

Message: 2
Date: Tue, 07 Oct 2003 21:01:40 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] [Fwd: Problems with setcookie() in 1.3.8-1]
Reply-To: geeklog-devel at lists.geeklog.net

This is a multi-part message in MIME format.
--------------090900020309010806080007
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Nevermind, neither seem to work.

--
+-------------------+--------------------------------------------------+

|Tony Bibbs |[R]egardless of what you may think of our penal |

|tony at tonybibbs.com |system, the fact is that every man in jail is one |

| |less potential fisherman to clutter up your |

| |favorite pool or pond. --Ed Zern |


+-------------------+--------------------------------------------------+

--------------090900020309010806080007
Content-Type: message/rfc822;
name="Problems with setcookie() in 1.3.8-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Problems with setcookie() in 1.3.8-1"

Message-ID: <3F836F44.9030105 at tonybibbs.com>
Date: Tue, 07 Oct 2003 20:58:28 -0500
From: Tony Bibbs <tony at tonybibbs.com>
Reply-To: tony at tonybibbs.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: Problems with setcookie() in 1.3.8-1
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

This simply does not work for me:

setcookie ($_CONF['cookie_session'], '', time() - 10000,
$_CONF['cookie_path'], $_CONF['cookiedomain'],
$_CONF['cookiesecure']);
setcookie ($_CONF['cookie_name'], '', time() - 10000,
$_CONF['cookie_path'],
$_CONF['cookiedomain'],
$_CONF['cookiesecure']);

This does:

setcookie($_CONF['cookie_session'],'',time()-10000,$_CONF['cookie_path']);
setcookie($_CONF['cookie_name'],'',time()-10000,$_CONF['cookie_path']);

--
+-------------------+--------------------------------------------------+

|Tony Bibbs |[R]egardless of what you may think of our penal |

|tony at tonybibbs.com |system, the fact is that every man in jail is one |

| |less potential fisherman to clutter up your |

| |favorite pool or pond. --Ed Zern |


+-------------------+--------------------------------------------------+


--------------090900020309010806080007--


--__--__--

Message: 3
Date: Tue, 07 Oct 2003 21:09:58 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] Re: [Fwd: Problems with setcookie() in 1.3.8-1]
Reply-To: geeklog-devel at lists.geeklog.net

Ok, no clue as to why I can't log out of my site. Any thoughts are
appreciated.

--Tony

Tony Bibbs wrote:


> Nevermind, neither seem to work.

>

>

> ------------------------------------------------------------------------

>

> Subject:

> Problems with setcookie() in 1.3.8-1

> From:

> Tony Bibbs <tony at tonybibbs.com>

> Date:

> Tue, 07 Oct 2003 20:58:28 -0500

> To:

> Geeklog <geeklog-devel at lists.geeklog.net>

>

>

> This simply does not work for me:

>

> setcookie ($_CONF['cookie_session'], '', time() - 10000,

> $_CONF['cookie_path'], $_CONF['cookiedomain'],

> $_CONF['cookiesecure']);

> setcookie ($_CONF['cookie_name'], '', time() - 10000,

> $_CONF['cookie_path'],

> $_CONF['cookiedomain'],

> $_CONF['cookiesecure']);

>

> This does:

>

> setcookie($_CONF['cookie_session'],'',time()-10000,$_CONF['cookie_path']);

> setcookie($_CONF['cookie_name'],'',time()-10000,$_CONF['cookie_path']);

>



--
+-------------------+--------------------------------------------------+

|Tony Bibbs |[R]egardless of what you may think of our penal |

|tony at tonybibbs.com |system, the fact is that every man in jail is one |

| |less potential fisherman to clutter up your |

| |favorite pool or pond. --Ed Zern |


+-------------------+--------------------------------------------------+


--__--__--

Message: 4
Date: Tue, 07 Oct 2003 21:15:50 -0500
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] Re: [Fwd: Problems with setcookie() in 1.3.8-1]
Reply-To: geeklog-devel at lists.geeklog.net

Had to set, for the first time ever, cookie domain to .iowaoutdoors.org.
No clue if this is because of changes to Mozilla or not. Anyway, it
works in mozilla and IE. Not sure wtf makes such a big difference.

--Tony

Tony Bibbs wrote:


> Ok, no clue as to why I can't log out of my site. Any thoughts are

> appreciated.

>

> --Tony

>

> Tony Bibbs wrote:

>

>> Nevermind, neither seem to work.

>>

>>

>> ------------------------------------------------------------------------

>>

>> Subject:

>> Problems with setcookie() in 1.3.8-1

>> From:

>> Tony Bibbs <tony at tonybibbs.com>

>> Date:

>> Tue, 07 Oct 2003 20:58:28 -0500

>> To:

>> Geeklog <geeklog-devel at lists.geeklog.net>

>>

>>

>> This simply does not work for me:

>>

>> setcookie ($_CONF['cookie_session'], '', time() - 10000,

>> $_CONF['cookie_path'], $_CONF['cookiedomain'],

>> $_CONF['cookiesecure']);

>> setcookie ($_CONF['cookie_name'], '', time() - 10000,

>> $_CONF['cookie_path'],

>> $_CONF['cookiedomain'],

>> $_CONF['cookiesecure']);

>>

>> This does:

>>

>> setcookie($_CONF['cookie_session'],'',time()-10000,$_CONF['cookie_path']);

>>

>> setcookie($_CONF['cookie_name'],'',time()-10000,$_CONF['cookie_path']);

>>

>

>



--
+-------------------+--------------------------------------------------+

|Tony Bibbs |[R]egardless of what you may think of our penal |

|tony at tonybibbs.com |system, the fact is that every man in jail is one |

| |less potential fisherman to clutter up your |

| |favorite pool or pond. --Ed Zern |


+-------------------+--------------------------------------------------+


--__--__--

Message: 5
Date: Tue, 07 Oct 2003 22:15:40 -0500
To: geeklog-devel at lists.geeklog.net
From: Dwight Trumbower <dwight at trumbower.com>
Subject: Re: [geeklog-devel] Re: [Fwd: Problems with setcookie() in
1.3.8-1]
Reply-To: geeklog-devel at lists.geeklog.net

--=======1742400A=======
Content-Type: text/plain; x-avg-checked=avg-ok-268A485E; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 8bit

Maybe because the cookie logic changed from 1.3.7 to 1.3.8.

At 09:15 PM 10/7/2003, you wrote:


>Had to set, for the first time ever, cookie domain to

>.iowaoutdoors.org. No clue if this is because of changes to Mozilla or

>not. Anyway, it works in mozilla and IE. Not sure wtf makes such a big

>difference.

>

>--Tony

>

>Tony Bibbs wrote:

>

>>Ok, no clue as to why I can't log out of my site. Any thoughts are

>>appreciated.

>>--Tony

>>Tony Bibbs wrote:

>>

>>>Nevermind, neither seem to work.

>>>

>>>

>>>------------------------------------------------------------------------

>>>

>>>Subject:

>>>Problems with setcookie() in 1.3.8-1

>>>From:

>>>Tony Bibbs <tony at tonybibbs.com>

>>>Date:

>>>Tue, 07 Oct 2003 20:58:28 -0500

>>>To:

>>>Geeklog <geeklog-devel at lists.geeklog.net>

>>>

>>>

>>>This simply does not work for me:

>>>

>>>setcookie ($_CONF['cookie_session'], '', time() - 10000,

>>> $_CONF['cookie_path'], $_CONF['cookiedomain'],

>>> $_CONF['cookiesecure']);

>>>setcookie ($_CONF['cookie_name'], '', time() - 10000,

>>> $_CONF['cookie_path'],

>>> $_CONF['cookiedomain'],

>>> $_CONF['cookiesecure']);

>>>

>>>This does:

>>>

>>>setcookie($_CONF['cookie_session'],'',time()-10000,$_CONF['cookie_path']);

>>>setcookie($_CONF['cookie_name'],'',time()-10000,$_CONF['cookie_path']);

>

>

>--

>+-------------------+--------------------------------------------------+

>|Tony Bibbs |[R]egardless of what you may think of our penal |

>|tony at tonybibbs.com |system, the fact is that every man in jail is one |

>| |less potential fisherman to clutter up your |

>| |favorite pool or pond. --Ed Zern |

>+-------------------+--------------------------------------------------+

>

>_______________________________________________

>geeklog-devel mailing list

>geeklog-devel at lists.geeklog.net

>http://lists.geeklog.net/listinfo/geeklog-devel

>

>

>


--=======1742400A=======--


--__--__--

Message: 6
Date: Wed, 8 Oct 2003 04:37:05 -0700
Subject: Re: [geeklog-devel] Re: [Fwd: Problems with setcookie() in 1.3.8-1]
From: Rob Griffiths <robg at macosxhints.com>
To: geeklog-devel at lists.geeklog.net
Reply-To: geeklog-devel at lists.geeklog.net

On Tuesday, October 7, 2003, at 07:15 PM, Tony Bibbs wrote:


> Had to set, for the first time ever, cookie domain to

> .iowaoutdoors.org. No clue if this is because of changes to Mozilla

> or not. Anyway, it works in mozilla and IE. Not sure wtf makes such

> a big difference.


Ah! Thank you! I hadn't been able to log out of my site using Safari
for quite a while. This simple little change made it possible again.

Is this documented anywhere? It's not in the comments in config.php
... seems sorta critical now, though.

Thanks Tony!
-rob.



--__--__--

_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel


End of geeklog-devel Digest



More information about the geeklog-devtalk mailing list