Now PHP::Session 0.05 with save/destory implementation is going on its
way to CPAN.
0.05 Mon Mar 18 16:36:27 JST 2002
* added Boolean type (ext/var.h in PHP source code)
0.04 Fri Mar 15 16:14:32 JST 2002
* added destroy()
0.03 Fri Mar 15 16:01:35 JST 2002
* added session ID validation
* implemented save()
At Thu, 14 Mar 2002 17:40:28 +0900,
Tatsuhiko Miyagawa wrote:
>
> Announcing new module: PHP::Session.
>
> This module enables you to read / write (write is not yet implemented
> though) PHP4-builtin session files from Perl. Then you can share
> session data between PHP and Perl, without changing PHP code, which
> may be a hard work for us Perl hackers.
>
> This is something you'll never want to do, but imagine the cases where
> you should co-work with PHP coders, or take over another company's PHP
> code.
--
Tatsuhiko Miyagawa