Link to home
Start Free TrialLog in
Avatar of o3h
o3h

asked on

GWT, Joomla user management.

HI, Im writing a GWT app which loads in an iframe in Joomla.

I want to check which Joomla user that is logged and depending on the user, show different things in my GWT app.

So, how do I check which Joomla that logged in from a GWT app?
Should I check cookies? How would this be done?
ASKER CERTIFIED SOLUTION
Avatar of Pramod Kumar
Pramod Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of o3h
o3h

ASKER

Do you have example on how to do this? Im not good at this.
When you say check the session object do mean the userside or serverside?