Is there any problem with using session.auto_st art in the php.ini instead of declaring session_start() on every page?
Also, can sessions store arrays, and if so, is this a good idea?
Also, can sessions store arrays, and if so, is this a good idea?
Comment