php-general Digest 27 Oct 2012 14:22:30 -0000 Issue 8024
Topics (messages 319608 through 319610):
Re: Session data lost in Firefox
319608 by: John Boy
319609 by: Andrew Ballard
TURBOPY cloud framework + IDE beta available NOW
319610 by: Johannes Reichardt
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-gene...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Looks like it was a corrupted Paypal cookie lurking about on my test
machine. Clearing all Paypal cookies cured the problem.
Hours can be spent looking for needles like this in a very complex haystack
and it turns out to be the simplest solution that's not even related
directly to the programming. Thanks, Andrew for the prompting!
However if this happened on a punter's computer the same would happen - so
is there a way of coding the removal of third party cookies to avoid this
problem?
"Andrew Ballard" <aball...@gmail.com> wrote in message
news:cac1b6rsbydmopeulin0fjmax-vap_uas_1w6e-nr-1shwm+...@mail.gmail.com...
> On Fri, Oct 26, 2012 at 8:49 AM, John Boy
> <serv...@greenholdings.co.uk>wrote:
>
>> Hi
>>
>> I have a wesite where PHP session data is passed page to page then shells
>> out to Paypal for payment then back to my website for completion of
>> transaction and update of mysql file. When using Firefox our session data
>> and POST data from Paypal is lost. This has happend only recently and has
>> worked happily in the past. Works in other browsers too. Anyone heard of
>> same problems?
>>
>> mywebpage -> session data->mywebpage2->session data->paypal page->POST
>> data
>> + session data->mywebpage3
>>
>> --
>> Johniboy
>>
>
> Just a thought - does this depend on using third party cookies between
> your
> site and PayPal? If so, do you have them disabled in Firefox?
>
> Andrew
>
--- End Message ---
--- Begin Message ---
On Fri, Oct 26, 2012 at 12:12 PM, John Boy <serv...@greenholdings.co.uk>wrote:
> Looks like it was a corrupted Paypal cookie lurking about on my test
> machine. Clearing all Paypal cookies cured the problem.
> Hours can be spent looking for needles like this in a very complex haystack
> and it turns out to be the simplest solution that's not even related
> directly to the programming. Thanks, Andrew for the prompting!
> However if this happened on a punter's computer the same would happen - so
> is there a way of coding the removal of third party cookies to avoid this
> problem?
>
As far as I know, if you can set a cookie you can also clear it. I don't
like the approach, though. I have 3rd party cookies disabled on purpose.
Andrew
--- End Message ---
--- Begin Message ---
Hi developers,
I would like to invite you to test a public beta of the hybrid nosql PHP
framework with IDE
that has been developed by me within the last 10 years (don't be afraid,
most time it was rebuilt
from scratch to make it more simple).
It contains a lot of new concepts that probably change the way of
developing and editing websites.
It is build for high performance websites as well as small business
websites and includes a mongodb
dbal layer for very simple database access. Other features include high
modularity, lazy loading, a small codebase,
an AJAX interface, a "templating language" that is so simple that it is
probably not ok to call it a language.
Other features include:
- CMS features like frontend editing with drag drop sorting
- Filebrowser for quick access of files on your server (including drag &
drop uploading)
- Built in handling of sessions & users and groups
- Content/controller separation
- WYCIWYG, "what you code is what you get"
- Controller inheritance, simple to change
- Diff tools and optional plugins like object history, advanced register
and login
- Convinient debugging tools
- Many more - you name it!
You can directly download the beta including testsite here:
http://turbopy.com/beta
If you like watching videos you can check out the channel on youtube:
http://www.youtube.com/user/TheTurbopy
The mailinglist on google is here:
https://groups.google.com/group/turbopy
An interview about the history and ideas of TURBOPY:
http://turbopy.com/blog/interview_jr
Currently TURBOPY is not under the GPL and only open source in the sense
that you can use
it for free if you use it privately on a non-public server. The legal
issues are still to be
worked on and will be updated in the future. If you consider buying a
license there is
an offer especially for this list, using the coupon code CMLISTC you
save 20%
and another 20% of the price will be donated to Marijn Haverbeke because
TURBOPY
would be only half as appealing without his wonderful code editor.
If you are interested in joining this project in some way just drop me a
line. Enjoy!
- Johannes
--- End Message ---