I'm trying to wrap my head around what is happening with customers in terms of sessions and when they log in.
I can't seem to figure out, though, what exactly is being saved in the 'value' column of the sessions table. It's a blob that is between 1k and 2k as input from the function _sess_write () which is apparently called to because of this: session_set_save_handler('_sess_open', '_sess_close', '_sess_read', '_sess_write', '_sess_destroy', '_sess_gc');"
If anyone can shed some light on what's happening, I'd appreciate it.



