Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created November 17, 2014 00:32
Show Gist options
  • Save bouassaba/130c6bcb15863f4bcf64 to your computer and use it in GitHub Desktop.
Save bouassaba/130c6bcb15863f4bcf64 to your computer and use it in GitHub Desktop.
Magento local.xml, save session in db
<config>
<global>
...
<session_save><![CDATA[db]]></session_save>
</global>
...
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment