[Phplib-users] Session issue
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-09 16:26:07
|
There was a discussion somewhere that I read (either in tracker or in the archives) about whether or not setup.inc should be run at each session setup or just once. There was never any real resolution, so I wanted to reask. Setup.inc seems to me to be the place that things should be done during session setup. I have modified the example script to log some more information into session_stats. I also need to initialize my own security system with the list of attributes. The problem is, since it is only run once, I have to go modify the library to address this. Should it be run every time, should there be two files like oneTimeSessionSetup.inc and sessionSetup.inc, or should it be a flag. I personally would vote for number 2. Then the one time things and the every time things could be handled. Rob Hutton Web Safe www.wsafe.com ********************************************************************** Introducing Symantec Client Security - Integrated Anti-Virus, Firewall, and Intrusion Detection for the Client. Learn more: http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271 View our Symantec Client Security Demo: http://enterprisesecurity.symantec.com/symes238.cfm?JID=3&PID=11624271 Download the Symantec Client Security Fact Sheet: http://enterprisesecurity.symantec.com/symes238.cfm?JID=4&PID=11624271 Download the Symantec Client Security Brochure: http://enterprisesecurity.symantec.com/symes238.cfm?JID=5&PID=11624271 |