From: Richard R. <rr...@sh...> - 2001-04-25 22:57:10
|
On Wednesday 25 April 2001 13:14, you wrote: > 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. Agreed. Making PHPWebsite depend on third party libraries or require changes to the global php or apache config files are (IMHO) bad ideas. _________________________ Richard Rowell rr...@sh... If Java had true garbage collection, most programs would delete themselves upon execution. - Robert Sewell |