- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Eric
Interesting - i am able to set up rooms manually and using the external php
libraries. I am also using the adobe hosted service for authentication (not
local).
My login flow is:
1 - login to manually created 'lobby' room using authentication token (using
a username and user id)
2 - create a room (initiated by lobby user)
3 - login into externally created room using authentication token (same
username and user id as for the lobby)
It works perfectly when my flex application runs from http://localhost but item 3
fails if I use a name reference in the hosts setup ie. I can authenticate into the lobby but not into my template created room unless my app runs from http://localhost
To me it seems I am getting issues like you when I use a template and a
domain entry eg. www.local.com pointing at 127.0.0.1.
It also seems like the AFCS server is spewing when external authentication is performed more than once while one session is active (ie. the user is successfully authenticated on one session). But bizarely it work like a dream for me only when I run my app using http://localhost.
Wierd
Views
Replies
Total Likes