<?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>cookies Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/cookies/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/cookies/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Tue, 03 Sep 2013 10:45:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>cookies Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/cookies/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to read cookies in a Phonegap-based Android app with Java</title>
		<link>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/</link>
					<comments>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 03 Sep 2013 10:44:51 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[phonegap]]></category>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=3077</guid>

					<description><![CDATA[<p>Just took me forever to get this straight, here is the trick on how to do it: CookieSyncManager sym = CookieSyncManager.createInstance(appView.getContext()); CookieManager com = CookieManager.getInstance(); sym.sync(); String cookie = com.getCookie("file:///android_asset"); if (cookie == null) Log.d("MainActivity", "Cookie is null"); else{ Log.d("MainActivity", "Cookie exists, value is:"); Log.d("MainActivity", cookie); }</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/">How to read cookies in a Phonegap-based Android app with Java</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2010/12/10/the-perfect-syncing-solution-for-android-based-devices-on-mac-computers/" rel="bookmark" title="The perfect syncing solution for Android-based devices on Mac computers">The perfect syncing solution for Android-based devices on Mac computers</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/28/deploy-framework7-apps-to-android-with-phonegap-cordova-beginner-tutorial/" rel="bookmark" title="Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial">Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2013/09/17/failed-phonegap-update-kills-project/" rel="bookmark" title="Failed PhoneGap Update kills project">Failed PhoneGap Update kills project</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2013/09/03/how-to-read-cookies-in-a-phonegap-based-android-app-with-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
