I'm a fresh Struts2 Beginner... and now I'm making a little project... but now I'm in trouble... :( My Project is a kind of Fan Club and I want to allow multiple users in my site.. it's smoothly run on localhost and can access... it has posting photo, and pdf file.. that's all ok But in appsrv, I can't post anything...and login session in trouble... eg. user A is currently log in and run on his pages. At the same time, user B log in. And then user A's page is turned user B's page by user B. Please you can answer this question, as soon as possible reply to me..
A:
I want to see the code to give you the reply as I am Not able to make the problem to pin point. Thanks, Hari Kiran GM
harigm
2009-12-29 09:17:33
this should be a comment on the original post, not an answer.
Bozho
2009-12-29 09:18:36
I put Login Session in every jsp and java pages.. but it can't hold login user...in .javaActionContext.getContext().getSession().put("loginName", loginName);ActionContext.getContext().getSession().put("userID", userID);in jsp page<% ActionContext.getContext().getSession().get("loginName")%>
Herosuna
2009-12-29 09:30:24