Reset Session storage options in Magento
Save session data from File to Database after installation
Open This:
app/etc/local.xml
Options:
<session_save><![CDATA[db]]></session_save>
Or:
<session_save><![CDATA[files]]></session_save>
After you make the change delete the following
var/session
var/cache
Database or File system storage in Magento?
It depends on your requirements, although storing sessions in DB is generally considered the best option for larger sites as storing session details in a database allows for easier clustering of multiple servers.
With the mods above you can always switch between the two at a later date, so it’s not set in stone.
Related Articles
- 08.04.11: Rename SMTP Banner Exim (1)
- 28.02.11: Joomla permissions (3)
- 26.07.11: Backup Incoming and Outgoing mail for your domain EXIM (0)
- 08.04.11: Coupon Code in Order Confirmation Email - Magento (5)
- 14.02.11: Perl files download instead of executing / processing (fixed) (0)









Comments RSS Feed





This is neat, Magento has a steep learning curve but ultimately it’s worth it - thanks for sharing.
Go to Top of the page