Hello
When I use following statment to get the RoleUserIdentity to check if the
user is logged in or not.
-------------
RoleUserIdentity identity =
(RoleUserIdentity)getRequestAttribute(Identified.IDENTITY_ATTRIBUTE_NAME);
--------------------

Some time it works correctly and we can check if user is logged In or not.
But sometime it returns Null, although user is logged in. So for example
when I check on an Element Home , it returns null, but if I check an
embedded element (embeded in Home) then it returns not null value.

What may be the problem ?

Regards



_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to