<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: AJAX Security Research and Findings - Round 2</title>
	<atom:link href="http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/</link>
	<description>Web Programming and Design by Aaron Saray</description>
	<pubDate>Fri, 05 Dec 2008 13:16:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: aaron</title>
		<link>http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/#comment-256</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 03 Jan 2008 23:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/#comment-256</guid>
		<description>Hello,

I'm still trying to figure out exactly how to pass the session/token.  However, here are my thoughts:

1) php generate a token
2) php inserts the token into the javascript somewhere
3) ajax sends this token
4) php verifies the token sent matches the session.

This is a one time token only, so it offers marginal security, but still some.

HOpe that helps - I'm always looking for more tips myself.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m still trying to figure out exactly how to pass the session/token.  However, here are my thoughts:</p>
<p>1) php generate a token<br />
2) php inserts the token into the javascript somewhere<br />
3) ajax sends this token<br />
4) php verifies the token sent matches the session.</p>
<p>This is a one time token only, so it offers marginal security, but still some.</p>
<p>HOpe that helps - I&#8217;m always looking for more tips myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/#comment-247</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 15 Dec 2007 04:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/2007/07/06/ajax-security-research-and-findings-round-2/#comment-247</guid>
		<description>Hey I had a question about your token security.  I was reading a article that mentioned this (from darknet.org) about a server passing a token to the client then comparing them and was wondering if you got this to work.  I really want to secure my ajax  applications and I was thinking of using php to generate a token then storing that in a database and in a php session var then on the ajax page make sure the session matched what the db has.   could you give me more detail about how your token security works and where you are actually storing the token?  should i pass this token in plain javascript or is storing it in the users session ok? Thanks!!</description>
		<content:encoded><![CDATA[<p>Hey I had a question about your token security.  I was reading a article that mentioned this (from darknet.org) about a server passing a token to the client then comparing them and was wondering if you got this to work.  I really want to secure my ajax  applications and I was thinking of using php to generate a token then storing that in a database and in a php session var then on the ajax page make sure the session matched what the db has.   could you give me more detail about how your token security works and where you are actually storing the token?  should i pass this token in plain javascript or is storing it in the users session ok? Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.989 seconds -->
