Date: 05/30/01
- Next message: Paul Campbell: "[phplib] Which M to FR"
- Previous message: Maxim Derkachev: "Re: [phplib] Session IV"
- In reply to: Maxim Derkachev: "Re: [phplib] Session IV"
- Next in thread: Maxim Derkachev: "Re[2]: [phplib] Session IV"
- Reply: Maxim Derkachev: "Re[2]: [phplib] Session IV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> The better way is to change the PHP session module behavior itself, by
> passing a readonly flag to the session_start(), so the core functions
> that write the state could see it and refused to write anything if the
> readonly flag is set. I've posted a feature request in January, but it
> is still nowhere. The history is at http://www.php.net/bugs.php?id=8978.
> You can also find a patch there made by me that could provide such a
> functionality (quite usable for me). If it merged into PHP CVS, some
> hacks that make read-only session possible with Session4 classes will
> appear at PHPLib CVS.
You can already get similar (while not equivalent) behaviour
using session_write_close().
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Paul Campbell: "[phplib] Which M to FR"
- Previous message: Maxim Derkachev: "Re: [phplib] Session IV"
- In reply to: Maxim Derkachev: "Re: [phplib] Session IV"
- Next in thread: Maxim Derkachev: "Re[2]: [phplib] Session IV"
- Reply: Maxim Derkachev: "Re[2]: [phplib] Session IV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

