Hi hi hi,
3 questions:
1) "by default, each session is stored as a separate file in a temporary directory", but one can also customize the sessions and save them in a db (Mysql for instance).
Is it safer to save them in the db rather than keeping them in the tmp dir?
2) Is the default mode mentioned above, is the session id secure or is it better (if possible) to generate a custom one?
3) Does anybody know a good authentication system WITHOUT USING COOKIES?
Thanks in advance for your answers.