cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Cache/cookies

Former Member
0 Kudos

Hi

I am facing problem with cache. when I login in xMII with some user and then logout and then login with other user then in that case it takes first user as a login user. and when I clear the cache the it work properly.

So how we overcome this problem.

Thanks

Lipsa S

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Lipsa,

Are you using the Relogin.jsp page to logout the one user and login the next?

Are you by any change using javascript here with document.APPLET.getUserName();

This method should not be used, especially when login users are sharing the browser session. document.APPLET.getPropertyValue("IllumLoginName"); should be used in this case.

If this is not the problem please clarify what is lingering between users and how more specifics as to how you are diagnosing this problem.

Regards,

Jeremy

Answers (0)