Welcome Guest, Not a member yet? Register   Sign In
Session drivers
#1

Hello
There is multi driver for session (file,database and other)
What is different between this driver?
Reply
#2

The drives store the session data in different location.
file writes all data to the harddisk. On a busy site you can end up with thousands of files in the folder and a hight IO load.
database will add the session data into a database which normally has less IO load then direct file use.

But this depends also on your hardware and server setup.
On the package it said needs Windows 7 or better. So I installed Linux.
Reply
#3

(09-27-2017, 08:32 AM)rtenny Wrote: The drives store the session data in different location.
file writes all data to the harddisk. On a busy site you can end up with thousands of files in the folder and a hight IO load.
database will add the session data into a database which normally has less IO load then direct file use.

But this depends also on your hardware and server setup.

Which one do you suggest for use?
Reply
#4

As I already said in my post. It depends on you hardware.
Personally i always use Database. But then all my databases have there own server and do not share the web server resources.
On the package it said needs Windows 7 or better. So I installed Linux.
Reply
#5

(09-27-2017, 08:51 AM)rtenny Wrote: As I already said in my post. It depends on you hardware.
Personally i always use Database. But then all my databases have there own server and do not share the web server resources.

Thanks mr
Reply
#6

Another thing to keep in mind when choosing a driver is the speed.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB