<? 
	class Sess
	{
            
		function create($name, $value)
		{
			if (!isset($_SESSION[$name]))
			{
				$_SESSION[$name] = $value;     
                                
                                return (true);
			}
			else
			{			
                                return (false);
			}
		}
		
		function get_value($name)
		{			
                        if (isset($_SESSION[$name]))
			{
				return $_SESSION[$name];
			}
			else
			{
				return (NULL);
			}
		}

                function set_value($name, $value)
		{
			if (isset($_SESSION[$name]))
			{
                            $_SESSION[$name] = $value;                            
                            return (true);
			}
			else
			{                            
                            return (false);
			}                        
		}

		function delete($name)
		{
			unset($_SESSION[$name]);						
		}

                function delete_all($array_sess, $current_sess)
                {
                    for ($i = 0; $i < count($array_sess); $i++)
                    {                        
                        if ($array_sess[$i] != $current_sess)
                        {
                            $this->delete($array_sess[$i]);
                        }
                    }
                }

                function set_serialize($name)
                {
                    $_SESSION[$name] = serialize($_SESSION[$name]);

                }

                function set_unserialize($name)
                {
                    $_SESSION[$name] = unserialize($_SESSION[$name]);

                }
	}
?><?xml version="1.0" encoding="UTF-8" ?><urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.w3.org/TR/xhtml11/xhtml11_schema.html http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/TR/xhtml11/xhtml11_schema.html"><url>
                        <loc>https://www.arenasprat.com/</loc>
                        <changefreq>weekly</changefreq>
                        <priority>1</priority></url><url>
                        <loc>https://www.arenasprat.com/</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/nosaltres</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/dret-civil</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/dret-concursal</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/dret-de-successions</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/fullcompensation</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/contacte</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url><url>
                        <loc>https://www.arenasprat.com/actualitat</loc>
                        <changefreq>weekly</changefreq>
                        <priority>0.9</priority></url></urlset>