Welcome Guest, Not a member yet? Register   Sign In
How much is too much session data?
#2

(This post was last modified: 07-07-2017, 10:24 AM by fmertins. Edit Reason: Added one more sentence )

Hi Paul, I use database sessions since a few years, with MySQL, it's working 100% fine and fast.

I use a mediumblob datatype for the data column and my application saves a lot of data, usually my own objects like business instances (Customers, Orders, Users, etc) and other types of objects like search filters.

My session table has ~4K records right now and its size about 43 MB, looking at phpmyadmin. The blob field usually stays between a few bytes and 16 KB max.
Reply


Messages In This Thread
How much is too much session data? - by PaulD - 07-07-2017, 09:32 AM
RE: How much is too much session data? - by fmertins - 07-07-2017, 10:18 AM
RE: How much is too much session data? - by PaulD - 07-07-2017, 12:08 PM
RE: How much is too much session data? - by PaulD - 07-08-2017, 02:21 AM
RE: How much is too much session data? - by PaulD - 07-10-2017, 10:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB