|
Hi,
I have implemented cash system in ofbiz. For getting remote user and authenticate the user I written code in LoginWorker.java of checkServletRequestRemoteUserLogin function which will call webservices and get the respective user , organizations party Id, etc...
But the problem is it should be called only once the user tries to enter into ofbiz application which is not happening and for each and every click in the ofbiz application its getting called.
If I see the logger for each and every request was finished new session is creating. I think this is because of session was getting cleared . I want to know why this session is getting cleared and where
Please let me know what is the problem.
Regards
Prasanthi
|