[nycphp-talk] Auth sessions
Eddie Haber
php at haberco.com
Thu Aug 12 13:19:02 EDT 2004
Forgive me if you have already tried this, but I find when odd problems like
this creep up it's from either:
1) text gremlins from a copy/paste off the web: invisible ascii
characters used for spacing on web pages that cause execution errors in
scripts
(or)
2) bad line-feeds. Unix is \n, but sometimes you'll see \r
It's probably not this, but doesn't hurt to rule it out on all apparently
inexplicable problems. Hope it helps,
Eddie
On 8/12/04 12:08 PM, "Paul Reinheimer" <preinheimer at gmail.com> wrote:
> Can you expand a bit more on what the problem was? Before <?php was on
> line 1, what was there?
>
>
> paul
>
>
> On Wed, 11 Aug 2004 18:10:53 -0400, Matthew Terenzio
> <webmaster at localnotion.com> wrote:
>> For anyone who might be interested. I was having a problem with Auth
>> sessions sticking and found the problem went away when the <?php tag
>> was on line 1.
>>
>> It also broke when I put the tag on line 1 of a file and then included
>> that file into another page.
>>
>> Can anyone verify that this is actually the way it works? It seems
>> like you would want to have one login.php file that gets included
>> around the site but uhhh.....
>>
>> Matt Terenzio
>>
>> _______________________________________________
>> New York PHP Talk
>> Supporting AMP Technology (Apache/MySQL/PHP)
>> http://lists.nyphp.org/mailman/listinfo/talk
>> http://www.newyorkphp.org
>>
> _______________________________________________
> New York PHP Talk
> Supporting AMP Technology (Apache/MySQL/PHP)
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.newyorkphp.org
More information about the talk
mailing list