Closed (fixed)
Project:
AMFPHP
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 18:48 UTC
Updated:
5 Nov 2009 at 14:28 UTC
I'm trying to login/add content/logout from a Flex app. Eveything works fine except when I try to log out.
Flex responder object holds "true", but I'm still logged as the user I set in user.login().
One thing : in Drupal logs, line about opening session reports correct user name.
But the one about closing session holds "em" html tag for user name. No error reporting by the way.
It looks like this actually : http://drupal.org/node/411098
Don't know where the "em" tag come from. If I try "user.logout" from Services link in admin, it works ...
Comments
Comment #1
adVid commentedSorry, my bad, I was misusing the module ...