Hi,
When i checked my log files i got the following exception.
Java backtrace for programmers:
--
freemarker.core.InvalidReferenceException: Expression error is undefined on
line 35, column 4 in template/simple/actionerror.ftl.
at freemarker.core.TemplateObject.assertNonNull(Te
Intermittent session problems come when our application runs on proxy
servers.
Even i put the cache remove tags in jsp.
Still same problem i am facing.
Thanks
In my LoginAction i am setting the session as
private boolean isUserExist() {
Connection con = null;
boolean result = false;
// MD5Util MD5=new MD5Util();
try {
con = ConnectionFactory.getConnection();
String sqlQ = "SELECT * FROM USER_MASTER WHERE LOGIN_ID=?"
Hi,
I used SessionAware interface .Still i am facing the same problem.
Hi List,
I am facing a problem of session intermittent in
Strut2.In Distributed environment
when user A login and at the same time when user B login .The information
are sharing .I tried but did not find the solution.
Even the session Id are creating different for e
5 matches
Mail list logo