From: Todd O. <to...@da...> - 2001-04-25 18:17:02
|
Karsten wrote: > That does in no way contradict! You can register custom session data > storage containers with the native PHP4 sessions. So you can count the > records, and still use the natvive sessions. No problem :-) You can indeed select an alternative to /tmp/ file storage of session_id's in PHP4 using the native session routines. However, this requires access to the php configuration files, which many web hosting companies don't offer. Furthermore, you don't get the flexibility (in my opinion) of a session class you design yourself. --Todd |