Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. protected void doPost(HttpServletRequest req, HttpServletResponse resp)
  2. throws ServletException, IOException {
  3. req.getSession().setAttribute("USER",userObject);
  4. }
  5.  
  6. RWT.getRequest().getSession().getAttribute(USER)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement