<?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>Yuryi Kliashtorny </title>
	<atom:link href="http://yk-cv.com/tag/session/feed/" rel="self" type="application/rss+xml" />
	<link>http://yk-cv.com</link>
	<description>My personal Website &#38; Blog</description>
	<lastBuildDate>Wed, 13 Mar 2019 19:35:26 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.5</generator>
	<item>
		<title>Joomla &#8211; How to set and get $_SESSION variables by an external PHP-script</title>
		<link>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/</link>
		<comments>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/#comments</comments>
		<pubDate>Mon, 02 Jun 2014 07:07:58 +0000</pubDate>
		<dc:creator><![CDATA[Yuryi Kliashtorny]]></dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://yk-cv.com/?p=369</guid>
		<description><![CDATA[When you are trying to set or get $_SESSION variable in Joomla environment using standart approach from an external script, it appears to be empty or not set. $_SESSION['variable_name'] = "test"; $test_var = $_SESSION['variable_name']; // $test_var is empty!?! It happens because Joomla uses its own session handling with come unique … <a class="continue-reading-link" href="http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/"> Continue reading</a>]]></description>
		<wfw:commentRss>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
