Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to get Session object in the client side

    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
Working...
X