From: Brian A. <br...@ta...> - 2001-01-25 08:00:40
|
Is there any reason why we are randomly generating a number still in sessions to use it as the session ID? It could easily be an autoincrement. For that matter the cookie basically isn't really needed any longer for sessions. It could all be done in the database now that we don't use that cookie for any sort of authenication. This isn't a priority but it is a waste of code at the moment. -Brian |