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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drdexter33
Forum Newbie
Posts: 5
Joined: Mon Jun 02, 2008 12:39 pm

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

Post 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.
Post Reply