<?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>asp.net cookie güvenliği web.config | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<atom:link href="https://www.sanaldata.com/e/asp-net-cookie-guvenligi-web-config/feed" rel="self" type="application/rss+xml" />
	<link>https://www.sanaldata.com</link>
	<description>Yazılım ve teknoloji üzerine her türlü makaleye ulaşabileceğiniz site</description>
	<lastBuildDate>Tue, 25 Feb 2020 13:34:27 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.sanaldata.com/wp-content/uploads/2016/11/cropped-logo-32x32.png</url>
	<title>asp.net cookie güvenliği web.config | SanalData | Yazılım ve Teknoloji Haberleri Sitesi</title>
	<link>https://www.sanaldata.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Asp.net Session ve Cookie Güvenliği ( Web.Config )</title>
		<link>https://www.sanaldata.com/asp-net-session-ve-cookie-guvenligi-web-config</link>
					<comments>https://www.sanaldata.com/asp-net-session-ve-cookie-guvenligi-web-config#comments</comments>
		
		<dc:creator><![CDATA[Burak]]></dc:creator>
		<pubDate>Tue, 25 Feb 2020 13:34:27 +0000</pubDate>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[asp.net cookie güvenliği]]></category>
		<category><![CDATA[asp.net cookie güvenliği web.config]]></category>
		<category><![CDATA[asp.net cookie security]]></category>
		<category><![CDATA[asp.net session güvenliği]]></category>
		<category><![CDATA[asp.net session security]]></category>
		<guid isPermaLink="false">https://www.sanaldata.com/?p=1219</guid>

					<description><![CDATA[<p>Merhaba arkadaşlar, websitelerimizin olmazsa olmazı olan Cookie ve Sessionları güvenlik altına aşağıdaki parametreleri &#60;system.web&#62; &#8212; &#60;/system.web&#62; tagları arasına aşağıdaki kodları eklemeniz yeterlidir. [crayon-69ecfbb801388892042370/] Bir sonraki yazıda görüşünceye kadar bol kodlu günler.</p>
The post <a href="https://www.sanaldata.com/asp-net-session-ve-cookie-guvenligi-web-config">Asp.net Session ve Cookie Güvenliği ( Web.Config )</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></description>
										<content:encoded><![CDATA[<p>Merhaba arkadaşlar,</p>
<p>websitelerimizin olmazsa olmazı olan Cookie ve Sessionları güvenlik altına aşağıdaki parametreleri &lt;system.web&gt; &#8212; &lt;/system.web&gt; tagları arasına aşağıdaki kodları eklemeniz yeterlidir.</p><pre class="urvanov-syntax-highlighter-plain-tag">&lt;sessionState cookieless="UseCookies" timeout="590" /&gt;
    &lt;httpCookies httpOnlyCookies="true" requireSSL="true" /&gt;
    &lt;authentication mode="Forms"&gt; 
      &lt;forms requireSSL="true" /&gt;
    &lt;/authentication&gt;</pre><p>Bir sonraki yazıda görüşünceye kadar bol kodlu günler.</p>The post <a href="https://www.sanaldata.com/asp-net-session-ve-cookie-guvenligi-web-config">Asp.net Session ve Cookie Güvenliği ( Web.Config )</a> first appeared on <a href="https://www.sanaldata.com">SanalData | Yazılım ve Teknoloji Haberleri Sitesi</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.sanaldata.com/asp-net-session-ve-cookie-guvenligi-web-config/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
