Quoting Carlos A Hoyos :
Although it sounds like a php / browser version problem, I'd start by
trouble shooting with the domain and security settings in the browser.
It's likely that your dev and production boxes are different and have
different domains, IE8 might have your prod domain under not
Chris Snyder wrote:
... the reason why I want the code to
be licensed as open is so that I can reuse anything useful...
They own the copyright, which makes them feel good. It "goes with the
flow" legally by not trying to change the rules of work for hire.
... they can do whatever they want in th
On Wed, Sep 9, 2009 at 10:37 AM, Allen Shaw
wrote:
>
> Naming the license in the contract seems easy enough. Of course, if the
> (non-technical, consumer-minded) client holds the copyright, there is very
> little chance they'll be enforcing the terms of the license -- but even with
> that comment
Kristina D. H. Anderson wrote:
In my view ...
I suppose this is the kind of thing I'll have to work out with my
attorney, as anyone should. My opinion on this matters only as far as
it leads me to consult an attorney or not.
Thanks for your input.
- A.
--
Allen Shaw
TwoMiceAndAStrawberry.c
Chris Snyder wrote:
As for contract, just pick a license (BSD seems to raise fewer hackles
than GPL, but again most non-programmers don't care) and say something
like: Client will retain the copyright to all work for hire, but
agrees to release the project source code under the license.
Namin
>I'm in an odd situation where I'm losing my session but only with IE8
>and only with PHP 5.2.6, not with any other browsers and not on my dev
>server with 5.3.0.
Although it sounds like a php / browser version problem, I'd start by
trouble shooting with the domain and security settings in the bro
Michael,
Are you experiencing this issue while running the code locally? I've seen this
issue related to IE8 running in protected mode for local sites. There's a
setting 'Enable Protected Mode' that needs to be unchecked.
The only other time I've seen something similar is when running code on
I'm in an odd situation where I'm losing my session but only with IE8
and only with PHP 5.2.6, not with any other browsers and not on my dev
server with 5.3.0.
The controller script starts a session, sets a session variable,
instantiates an object, and calls a method, about as simple as it