<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Flex and Flash RIA&#8217;s, Authentication, Sessions, Scalability</title>
	<atom:link href="http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/</link>
	<description>All things web dev, from design to deployment (and EVERYTHING in between).</description>
	<pubDate>Sat, 13 Mar 2010 08:30:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: flexbee</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-845</link>
		<dc:creator>flexbee</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-845</guid>
		<description>I guess, its a big performance hit not just becauz of the DB calls involved but also with the SSL for every request. There must be a better wrapper..!</description>
		<content:encoded><![CDATA[<p>I guess, its a big performance hit not just becauz of the DB calls involved but also with the SSL for every request. There must be a better wrapper..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camille</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-843</link>
		<dc:creator>Camille</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-843</guid>
		<description>Hi,

I've been searching for a good Login/Authentication outline using Flex and CF for a while, and yours is the best.  

Could you please send some examples and/or a zip file.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been searching for a good Login/Authentication outline using Flex and CF for a while, and yours is the best.  </p>
<p>Could you please send some examples and/or a zip file.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harshil</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-839</link>
		<dc:creator>Harshil</dc:creator>
		<pubDate>Fri, 11 Dec 2009 03:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-839</guid>
		<description>Great Post. 
I also have a requirement for role-based type requests.  How would server make sure of the rights associated to that user?

The  solution maybe to store both the key and Permission level associated with the user credentials. So all subsequent requests from the Flex Client app pass the key to the server, and server does 1) verfies the key 2) verifies the permission level to have access for the requested service. 

Comments appreciated.</description>
		<content:encoded><![CDATA[<p>Great Post.<br />
I also have a requirement for role-based type requests.  How would server make sure of the rights associated to that user?</p>
<p>The  solution maybe to store both the key and Permission level associated with the user credentials. So all subsequent requests from the Flex Client app pass the key to the server, and server does 1) verfies the key 2) verifies the permission level to have access for the requested service. </p>
<p>Comments appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-837</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-837</guid>
		<description>Didn't think of that sulotion. Thanks!</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t think of that sulotion. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nash</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-836</link>
		<dc:creator>Nash</dc:creator>
		<pubDate>Tue, 10 Nov 2009 10:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-836</guid>
		<description>Seems this approach will solve the session problem for flex ria application. 

But at downside every request need to checked against database and database calls are always going to impact application response time and in case you have used encrpted key than it may take more time to get compared.

Probably, this solution will solve the problem but from performance point of view it needs some improvements. 

My two cent thougts.</description>
		<content:encoded><![CDATA[<p>Seems this approach will solve the session problem for flex ria application. </p>
<p>But at downside every request need to checked against database and database calls are always going to impact application response time and in case you have used encrpted key than it may take more time to get compared.</p>
<p>Probably, this solution will solve the problem but from performance point of view it needs some improvements. </p>
<p>My two cent thougts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Adams</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-831</link>
		<dc:creator>Derek Adams</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-831</guid>
		<description>This is great if the flex app works within it self 100% of the time.  Actually, the app my company has made uses this idea exactly.

But what if the user logs in to a web page, and then clicks a link to launch the flex app in the browser?  How can the browser access the login information that the user has already entered?  I've tried to store the values in a cookie just to pull them down into the flex app, but IE (really, a problem with IE?) recently added a restriction on cross domain cookies.  This presents my problem.  

Suggestions?

thanks :]</description>
		<content:encoded><![CDATA[<p>This is great if the flex app works within it self 100% of the time.  Actually, the app my company has made uses this idea exactly.</p>
<p>But what if the user logs in to a web page, and then clicks a link to launch the flex app in the browser?  How can the browser access the login information that the user has already entered?  I&#8217;ve tried to store the values in a cookie just to pull them down into the flex app, but IE (really, a problem with IE?) recently added a restriction on cross domain cookies.  This presents my problem.  </p>
<p>Suggestions?</p>
<p>thanks :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashil</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-830</link>
		<dc:creator>ashil</dc:creator>
		<pubDate>Sun, 04 Oct 2009 19:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-830</guid>
		<description>This is a very interresting problem. Your solution sounds fine, but is not detailed at all. How about role-base requests to the server? A user has, say, administrator priviledges. He sends requests with a valid key, but how the server knows about his rights? Maybe a type of key/role? I look forward to hearing more from you about this topic. I'm currently facing the same choices, and I didn't find a lot of resources about it on the Net. 

Cheers</description>
		<content:encoded><![CDATA[<p>This is a very interresting problem. Your solution sounds fine, but is not detailed at all. How about role-base requests to the server? A user has, say, administrator priviledges. He sends requests with a valid key, but how the server knows about his rights? Maybe a type of key/role? I look forward to hearing more from you about this topic. I&#8217;m currently facing the same choices, and I didn&#8217;t find a lot of resources about it on the Net. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdul rahman</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-821</link>
		<dc:creator>abdul rahman</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-821</guid>
		<description>Hi,
The solution provided was really good. Adding to Latesh, any solution to the above problem along with some code snippet would be welcomed and appreciated.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The solution provided was really good. Adding to Latesh, any solution to the above problem along with some code snippet would be welcomed and appreciated.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latesh</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-814</link>
		<dc:creator>Latesh</dc:creator>
		<pubDate>Wed, 13 May 2009 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-814</guid>
		<description>Hi,
Thanks this blog is really usefull.but you have not mentioned any solution about first problem that server side session expires even if there is user active on flex client. Any solution of this problem would be great.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks this blog is really usefull.but you have not mentioned any solution about first problem that server side session expires even if there is user active on flex client. Any solution of this problem would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McLeod</title>
		<link>http://www.blogna.org/blog/adobe-flash/flex-and-flash-rias-authentication-sessions-scalability/comment-page-1/#comment-763</link>
		<dc:creator>Tim McLeod</dc:creator>
		<pubDate>Fri, 06 Mar 2009 03:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogna.org/blog/?p=306#comment-763</guid>
		<description>I'll see if I can get an example posted soon.  Thanks Wobagi.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll see if I can get an example posted soon.  Thanks Wobagi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
