<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Magento Expert</title>
	<atom:link href="https://www.the-mage-expert.com/tag/session/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>“Session size exceeded allowed session max size” problem solution</title>
		<link>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/</link>
		<comments>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/#comments</comments>
		<pubDate>Thu, 26 May 2022 08:13:21 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=1218</guid>
		<description><![CDATA[You get the error main.WARNING: Session size of … exceeded allowed session max size of … when adding items to an order in the Magento 2 admin area? There is an easy solution to that problem, just run the following&#8230;]]></description>
				<content:encoded><![CDATA[<p>You get the error <strong>main.WARNING: Session size of … exceeded allowed session max size of …</strong> when adding items to an order in the Magento 2 admin area? There is an easy solution to that problem, just run the following command from your Magento 2 root directory:</p><pre class="crayon-plain-tag">php bin/magento config:set system/security/max_session_size_admin 0</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/1218/magento2-session-size-exceeded-allowed-session-max-size-problem-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting and getting session values</title>
		<link>https://www.the-mage-expert.com/300/magento-setting-and-getting-session-values/</link>
		<comments>https://www.the-mage-expert.com/300/magento-setting-and-getting-session-values/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 11:30:19 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=300</guid>
		<description><![CDATA[Use the below code to set and get Magento session values: [crayon-6a7abfa4235b7/]]]></description>
				<content:encoded><![CDATA[<p>Use the below code to set and get Magento session values:</p>
<p></p><pre class="crayon-plain-tag">// set value
$value = 123;
Mage::getSingleton('core/session')-&gt;setValue($value);

// get value
$value = Mage::getSingleton('core/session')-&gt;getValue();</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/300/magento-setting-and-getting-session-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
