Re: [PHP] disabled cookies

2012-06-05 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 9:15 PM, Tedd Sperling wrote: > On Jun 3, 2012, at 5:21 PM, Ashley Sheridan wrote: >> >> There is a new law been passed in the UK that makes non-essential cookies >> opt-in only, so you must get permission in order to use them. > > What's a non-essential cookie? > > Cheers,

Re: [PHP] disabled cookies

2012-06-05 Thread Tedd Sperling
On Jun 4, 2012, at 6:13 PM, Ashley Sheridan wrote: > > Yeah, it's been such a pain, as nobody over here is quite sure how the > hell it'll be enforced either, or if it even will be. It's also pretty > vague as to just where the line gets drawn. The official government > sites on this are pretty bl

Re: [PHP] disabled cookies

2012-06-05 Thread Tedd Sperling
On Jun 3, 2012, at 5:21 PM, Ashley Sheridan wrote: > > There is a new law been passed in the UK that makes non-essential cookies > opt-in only, so you must get permission in order to use them. What's a non-essential cookie? Cheers, tedd _ tedd.sperl...@gmail.com http://spe

Re: [PHP] disabled cookies

2012-06-05 Thread Lester Caine
Matijn Woudt wrote: Yeah, it's been such a pain, as nobody over here is quite sure how the > hell it'll be enforced either, or if it even will be. It's also pretty > vague as to just where the line gets drawn. The official government > sites on this are pretty black and white, but don't clearl

Re: [PHP] disabled cookies

2012-06-04 Thread Matijn Woudt
On Tue, Jun 5, 2012 at 12:13 AM, Ashley Sheridan wrote: > On Mon, 2012-06-04 at 17:53 -0400, Paul M Foster wrote: > >> On Sun, Jun 03, 2012 at 10:21:21PM +0100, Ashley Sheridan wrote: >> >> > >> > >> > Al wrote: >> > >> > >Disabled cookies use to be a problem years ago.  What's your >> > >experie

Re: [PHP] disabled cookies

2012-06-04 Thread Ashley Sheridan
On Mon, 2012-06-04 at 17:53 -0400, Paul M Foster wrote: > On Sun, Jun 03, 2012 at 10:21:21PM +0100, Ashley Sheridan wrote: > > > > > > > Al wrote: > > > > >Disabled cookies use to be a problem years ago. What's your > > >experience these days. > > > > > >I need it for my session ID. As I rea

Re: [PHP] disabled cookies

2012-06-04 Thread Paul M Foster
On Sun, Jun 03, 2012 at 10:21:21PM +0100, Ashley Sheridan wrote: > > > Al wrote: > > >Disabled cookies use to be a problem years ago. What's your > >experience these days. > > > >I need it for my session ID. As I read the docs, the old method of > >appending it to the URL is a security issue.

Re: [PHP] disabled cookies

2012-06-04 Thread Lester Caine
Matijn Woudt wrote: I wonder what browser you're using. I just read the IE10 privacy policy, and it pretty much states the same, Microsoft can collect private data from you. Opera, Firefox and Safari probably have something similar. Seamonkey ... on Linux Still prefer a proper internet suit so

Re: [PHP] disabled cookies

2012-06-04 Thread Matijn Woudt
On Mon, Jun 4, 2012 at 1:09 AM, Lester Caine wrote: > Ashley Sheridan wrote: >> >> How is Google Chrome a bigger security risk than the other popular >> browsers, Fx and IE? >> >> I was under the impression it was more secure than either of those. > > > License Conditions ... They may have removed

Re: [PHP] disabled cookies

2012-06-04 Thread Lester Caine
Ashley Sheridan wrote: Lester Caine wrote: Ashley Sheridan wrote: How is Google Chrome a bigger security risk than the other popular browsers, Fx and IE? I was under the impression it was more secure than either of those. License Conditions ... They may have removed the original landgra

Re: [PHP] disabled cookies

2012-06-03 Thread Ashley Sheridan
Lester Caine wrote: >Ashley Sheridan wrote: >> How is Google Chrome a bigger security risk than the other popular >browsers, Fx and IE? >> >> I was under the impression it was more secure than either of those. > >License Conditions ... They may have removed the original landgrab >section, but >

Re: [PHP] disabled cookies

2012-06-03 Thread Lester Caine
Ashley Sheridan wrote: How is Google Chrome a bigger security risk than the other popular browsers, Fx and IE? I was under the impression it was more secure than either of those. License Conditions ... They may have removed the original landgrab section, but there is still a potential for Go

Re: [PHP] disabled cookies

2012-06-03 Thread Ashley Sheridan
Lester Caine wrote: >Matijn Woudt wrote: >> BTW, There's a website [1] that has all the information and even a >> tool for checking what your site does with cookies. >> >> - Matijn >> >> [1]http://www.cookielaw.org/ > >Which fails at the first security hurdle! >It requires Google Chrome, which

Re: [PHP] disabled cookies

2012-06-03 Thread Lester Caine
Matijn Woudt wrote: BTW, There's a website [1] that has all the information and even a tool for checking what your site does with cookies. - Matijn [1]http://www.cookielaw.org/ Which fails at the first security hurdle! It requires Google Chrome, which is bigger black hole as far as my custome

Re: [PHP] disabled cookies

2012-06-03 Thread Matijn Woudt
On Sun, Jun 3, 2012 at 11:26 PM, Matijn Woudt wrote: > On Sun, Jun 3, 2012 at 11:21 PM, Ashley Sheridan > wrote: >> >> >> Al wrote: >> >>>Disabled cookies use to be a problem years ago.  What's your experience >>>these days. >>> >>>I need it for my session ID. As I read the docs, the old method

Re: [PHP] disabled cookies

2012-06-03 Thread Ashley Sheridan
Matijn Woudt wrote: >On Sun, Jun 3, 2012 at 11:21 PM, Ashley Sheridan > wrote: >> >> >> Al wrote: >> >>>Disabled cookies use to be a problem years ago.  What's your >experience >>>these days. >>> >>>I need it for my session ID. As I read the docs, the old method of >>>appending it >>>to the UR

Re: [PHP] disabled cookies

2012-06-03 Thread Matijn Woudt
On Sun, Jun 3, 2012 at 11:21 PM, Ashley Sheridan wrote: > > > Al wrote: > >>Disabled cookies use to be a problem years ago.  What's your experience >>these days. >> >>I need it for my session ID. As I read the docs, the old method of >>appending it >>to the URL is a security issue. >> >>I can obv

Re: [PHP] disabled cookies

2012-06-03 Thread Ashley Sheridan
Al wrote: >Disabled cookies use to be a problem years ago. What's your experience >these days. > >I need it for my session ID. As I read the docs, the old method of >appending it >to the URL is a security issue. > >I can obviously save the ID in a temp file which can be read by all the >pages

[PHP] disabled cookies

2012-06-03 Thread Al
Disabled cookies use to be a problem years ago. What's your experience these days. I need it for my session ID. As I read the docs, the old method of appending it to the URL is a security issue. I can obviously save the ID in a temp file which can be read by all the pages needing it. Al..

Re: [PHP] disabled cookies and sessions

2002-06-08 Thread Giancarlo Pinerolo
Nick Wilson wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > * and then Chris Sechiatano declared > > You have to code the PHPSESSID into your URL if your browser has cookies > > disabled or else it won't work. > > No. As I said, i have php compiled with --enable-trans-sid >

Re: [PHP] disabled cookies and sessions

2002-06-07 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Chris Sechiatano declared > You have to code the PHPSESSID into your URL if your browser has cookies > disabled or else it won't work. No. As I said, i have php compiled with --enable-trans-sid - -- Nick Wilson // www.exploding

Re: [PHP] disabled cookies and sessions

2002-06-07 Thread Chris Sechiatano
You have to code the PHPSESSID into your URL if your browser has cookies disabled or else it won't work. On Fri, Jun 07, 2002 at 06:57:31PM +0200, Nick Wilson <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Glenn Sieb declared > > >I have compil

Re: [PHP] disabled cookies and sessions

2002-06-07 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Glenn Sieb declared > >I have compiled php with --enable-trans-sid but when I diable cookies on > >my brower (Mozilla 1) the obeject I'm trying to pass (eg: its > >properties) are not bein passed. > > > >I've used sessions a lot so I'm

Re: [PHP] disabled cookies and sessions

2002-06-07 Thread Glenn Sieb
On 06:33 PM 6/7/2002 +0200, Nick Wilson wrote: >I have compiled php with --enable-trans-sid but when I diable cookies on >my brower (Mozilla 1) the obeject I'm trying to pass (eg: its >properties) are not bein passed. > >I've used sessions a lot so I'm sure it's not my php at fault but >something

[PHP] disabled cookies and sessions

2002-06-07 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone I have compiled php with --enable-trans-sid but when I diable cookies on my brower (Mozilla 1) the obeject I'm trying to pass (eg: its properties) are not bein passed. I've used sessions a lot so I'm sure it's not my php at fault but som