Welcome Guest, Not a member yet? Register   Sign In
flash_data safety
#11

[eluser]WanWizard[/eluser]
It has the option (out of the box) to use the database for sessions.

You just can't make it default because that requires a database connection and a sessions table, for which you have to do some configuration work. While your at it, enabling database sessions is modifying 2 config lines extra. Big deal.

I personally don't see the advantage of native sessions. I get one database SELECT and one database UPDATE per page request, both taking 0.001 second. I can easily scale my web frontend without having to worry about native session sharing across webservers. I also use the session table to get statistics about logged in users (how many, how long, idle time, etc.) which is much easier to do with a database table than with native sessions.


Messages In This Thread
flash_data safety - by El Forum - 06-15-2010, 06:59 PM
flash_data safety - by El Forum - 06-16-2010, 12:58 AM
flash_data safety - by El Forum - 06-16-2010, 08:24 AM
flash_data safety - by El Forum - 06-16-2010, 08:48 AM
flash_data safety - by El Forum - 06-16-2010, 09:52 AM
flash_data safety - by El Forum - 06-16-2010, 03:57 PM
flash_data safety - by El Forum - 06-16-2010, 09:18 PM
flash_data safety - by El Forum - 06-16-2010, 09:58 PM
flash_data safety - by El Forum - 06-17-2010, 12:21 AM
flash_data safety - by El Forum - 06-17-2010, 01:51 AM
flash_data safety - by El Forum - 06-17-2010, 02:01 AM
flash_data safety - by El Forum - 06-17-2010, 04:39 AM
flash_data safety - by El Forum - 06-17-2010, 11:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB