hi
I have set the session object in server side (impl class), how to get session object in the client side . Below i have mentioned ,how i have set the value in the server side .
getThreadLocalRequest().getSession().setAttribute("user", user);
here user is nothing but UserObject
thanks for help in advance.
Regards,
Stanley
I have set the session object in server side (impl class), how to get session object in the client side . Below i have mentioned ,how i have set the value in the server side .
getThreadLocalRequest().getSession().setAttribute("user", user);
here user is nothing but UserObject
thanks for help in advance.
Regards,
Stanley