Hello, I’d like to store session values in db. I’ve changed the config/session.php file with the right (?!) params (I mean: sess_use_database and sess_table_name), but seem nothing happens …
I’ve also look on log file (log_threshold = 4) but there’s nothing related (just debug messages of Session class init and so on)
Any ideas? Is it not possibile to store sessions data in table?
My EE: 2.1 / Build: 20100712
Many thanks in advance.
Sessions are stored in the database for ExpressionEngine. What is your goal? What are you trying to accomplish?
Hi Greg, Yes, I’ve seen that sessions info are stored in [prefix]_sessions but “limited” to user_agent, member_id, etc …
I’m just wonder why setting on config/session.php has not effect …
My need is store some info in session user data and retrieve them from another app/site (not same or cross domain) …
Many thanks in advance for your help.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.