Skip to Content
0
Former Member
May 29, 2008 at 11:18 AM

Session variable not getting refreshed

73 Views

Hi,

I am facing the following issue:

I have logged in with user id u2018User1u2019 on my machine and opened screen A in a new window. On page load, I get the IllumLoginName session variable as u2018User1u2019.

With this session and the screen A still open, if I log in with user id u2018User2u2019 on the same machine and open screen A in the same window, I still get the IllumLoginName session variable as u2018User1u2019 instead of u2018User2u2019 on page load.

If I close the first window and then open screen A in a new window, the session variable returns u2018User2u2019.

Can anybody help me out on this? Why is the session variable still referring to the previously-logged in user when the window remains open?

Thanks,

Amrita