[flexcoders] CF Session Variables

2005-04-15 Thread Minster, Jack










is it possible to access ColdFusion session variables within
a Flex application on an integrated CF/Flex JRun server instance?



Jack D. Minster

Web Applications Developer

Corporate Web Applications

(312) 373-2060

[EMAIL PROTECTED]



Playboy Enterprises, Inc.

680 N. Lake Shore
  Drive

Chicago, IL 60611













Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed






One way would be to make a CFC function to return the session structure
to Flex.


Minster, Jack wrote:

  
  
  
  
  
  
  
  
  is it possible to access
ColdFusion session variables within
a Flex application on an integrated CF/Flex JRun server instance?
  
  Jack D. Minster
  Web Applications Developer
  Corporate Web Applications
  (312) 373-2060
  [EMAIL PROTECTED]
  
  Playboy Enterprises, Inc.
  680 N. Lake Shore Drive
  Chicago, IL
  60611
  
  











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.











Re: [flexcoders] CF Session Variables

2005-04-15 Thread Tarik Ahmed






Actually... that wasn't thought through.

An idea would be to use Flex + _javascript_ to get the CFID and CFTOKEN
cookies, and try passing that in a URL to a cfm script, which returns
back an XML structure of the session variables you need.

If you have J2EE session vars enabled in CF, I wonder if those are the
same set as:
http://livedocs.macromedia.com/flex/1/flex_docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0884.htm



Tarik Ahmed wrote:

  
  
One way would be to make a CFC function to return the session structure
to Flex.
  
  
Minster, Jack wrote:
  


 




is it possible to access
ColdFusion session variables within
a Flex application on an integrated CF/Flex JRun server instance?

Jack D. Minster
Web Applications Developer
Corporate Web Applications
(312) 373-2060
[EMAIL PROTECTED]

Playboy Enterprises, Inc.
680 N. Lake Shore Drive
Chicago, IL
60611


  
  











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.