Page 1 of 1

Session.php-Extending session_start() method at app level

Posted: Fri Sep 25, 2009 8:40 am
by drdexter33
There's a function in this code called:

function session_start() {}

Is this exendable for my applcation?

It's not in the root of my application though, it's here:
C:\Program Files\Jcx.Software\VS.Php\2005\2.5\Language Reference\session.php.

Is there a way to use this file in a similar was such as a GLOBAL.asa or .asax in the Microsoft world?

If not, why have it in the first place?

Thanks.

Doug.