|
Session variables are
maintained in session on the server. You should be able to get at them
directly from within coldfusion. You do not need to pass them in as
arguments. Remember, session variables are only on the server. The
client runtime can maintain state within itself... the difference is that
it uses memory on the client machine.
-Andy From: [email protected] on behalf of Bacardi Bryant Sent: Tue 7/11/2006 4:38 PM To: [email protected] Subject: [flexcoders] Passing session variables to webservice
Hi,
We have a CF application that uses session variables for security and access control. How do I get at session variables in FLEX. The variables are used in a webservice call.
<mx:request> <var>session.var</var> </mx:request>
This is what I tried, quite naturally that didn’t work. TIA for any help.
Thanks,
Bacardi Bryant regActionTM Programmer [EMAIL PROTECTED] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] Passing session variables to webservice Andrew Trice
- RE: [flexcoders] Passing session variables to webservi... Bacardi Bryant
- RE: [flexcoders] Passing session variables to webservi... Andrew Trice

