From: Alain F. <al...@va...> - 2001-04-26 10:09:40
|
Hi, That's what I thought too, but I checked the doc first before I was about to post the same message as you did... unfortunately, you DO need access to the configuration file, because you need to tell PHP not to use the normal 'file' session handlers, but your own 'user' session handlers. And that needs to be set in php.ini. As for ini_set() and so on, I suppose most PHP hosting companies would disable that function for security reasons. > -----Message d'origine----- > De : php...@li... > [mailto:php...@li...]De la part de > Karsten Dambekalns > Envoyé : jeudi 26 avril 2001 11:29 > À : php...@li... > Objet : Re: [Phpwebsite-developers] phpWhosOnline > > > [cut] > > void session_set_save_handler (string open, string close, > string read, string write, string destroy, string gc) > > See some of the native sessions tutorials at all those developer sites > for some more on that. It gives you all the flexibility you need and > still makes it possible to use the fast and easy session handling > provided by PHP4 > > And you don't need access to any configuration file (that does apply > to other settings as well, there are ini_set and ini_alter). > > Regards, |