On Fri, 2007-04-20 at 11:56 -0500, Matthew Powell wrote:
> Panquekas wrote:
> > On 20/04/07, Panquekas <[EMAIL PROTECTED]> wrote:
> 
> <snip>
> 
> > I'm sorry, my mistake. What I tried to say is that the session_start() was
> > on the top of the page, and the if( ) block was after that and the login
> > script was even after the if( ), so the first thing to ran was the
> > session_start() then the if( ) block and after that the login script
> > registering the $_SESSION's. I moved the login script to the middle of the
> > session_start() and the if( ).
> 
> <snip>
> 
> Am I the only one that uses 'session.auto_start = 1'?
> 
> It saves me from worrying about that type of problem.

Makes your code less portable since now it requires an out of code
configuration setting *shrug*. Also makes your code less accessible to
the uninitiated masses who don't know what php.ini and .htaccess files
are.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to