'Should be' and 'working' are 2 different things... =]

Though I've gotten sessions to work properly with Flash Remoting, it
certainly was a huge pain. Instead, its much easier to to mimic session data
by using roles for any authentication and either Shared Objects for
persistant data across multiple flash pages or if you're only within one
SWF, create a variable in the global scope where you can not only access it,
but write to it whenever you need.

Cheers,

Kevin

-----Original Message-----
From: Sean Corfield [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 26, 2005 10:44 AM
To: CF-Talk
Subject: Re: Flash Remoting and Scoped Variables


On 4/26/05, Ken Dunnington <[EMAIL PROTECTED]> wrote:
> I'm curious, should session handling in FR be handled similarly to Web
> Services session handling, where a unique ID is passed with each call?

No, it just works. As long as the CFCs being invoked are 'covered' by
an Application.cfm that sets an application name and enables session
management, you should be fine.
--
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204487
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to