php4-beta | 200004
Date: 04/17/00
- Next message: Frank M. Kromann: "[PHP4BETA] cvs: /php4/ext/mssql php_mssql.c"
- Previous message: Colin Viebrock: "RE: [PHP4BETA] Backporting PHP4 session management"
- In reply to: Matt McClanahan: "[PHP4BETA] Backporting PHP4 session management"
- Next in thread: mark kimsal: "Re: [PHP4BETA] Backporting PHP4 session management"
- Reply: mark kimsal: "Re: [PHP4BETA] Backporting PHP4 session management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 4/17/00, Matt McClanahan wrote:
>Having that extraneous background information out of the way, my question
>is.. How feasible would it way to backport PHP4's session management to 3,
>either in part or in full?
Writing your own session management in PHP 3 is simple and
straightforward enough. I have a few websites written in PHP 3
(with MySQL for backend) that use session management code
that I wrote specifically for those sites.
I simply used the session management example in Atkinson's
'Core PHP Programming' as a starting point.
It works very well for my sites.
Mark Lindsay
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Frank M. Kromann: "[PHP4BETA] cvs: /php4/ext/mssql php_mssql.c"
- Previous message: Colin Viebrock: "RE: [PHP4BETA] Backporting PHP4 session management"
- In reply to: Matt McClanahan: "[PHP4BETA] Backporting PHP4 session management"
- Next in thread: mark kimsal: "Re: [PHP4BETA] Backporting PHP4 session management"
- Reply: mark kimsal: "Re: [PHP4BETA] Backporting PHP4 session management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

