In the ColdFusion world, session variables are used to get around the 
stateless of a browser.  Cookies are passed back and forth between each 
page request, which the server ties into "in memory" variables.

  From what I understand, in the .NET world the concept is very similar, 
except that .NET stores session variables in a database, not in memory. 
  ( I could be completely wrong ).

  In a Flex application, you aren't performing multiple page requests in 
the same vein that you would when serving dynamically generated HTML, 
and therefore don't need session variables.

  Store your "session" state as part of the Flex application, not on the 
remote server.

honoraryvato wrote:
> 
> 
> I did some research on session variables with Flex. The only options
> that I can see is to either have the .NET page that the SWF is on to
> check if there is already a session variable or not and then use
> something like FlashVars to load it in. Another option is to have Flex
> itself call out to a page that then checks the session. Are these the
> only two options? As there a nicer way for Flex to read/write session
> variables?
> 

-- 
Jeffry Houser, Technical Entrepreneur, Software Developer, Author, 
Recording Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company: <http://www.dot-com-it.com>
My Podcast: <http://www.theflexshow.com>
My Blog: <http://www.jeffryhouser.com>

Reply via email to