Hi,
I have a window with 3 frames in it the header frame has the name of the user and the body frame opens a popup window and display the data on the popup sreen. I need to prevent anyone other than valid users from accessing the popup screen. for eg. if someone gets the url then they should not be able to launch the screen, for that I am trying to read the user name and role from the parent window and see if it is null before opening the popup screen,if the values are null then I redirect them to the main window.
Since the parent window and the popup windows are in the two different servers i cannot validate the session.
what is the best way to deal with this kind of situation.
Thanx in advance.
I have a window with 3 frames in it the header frame has the name of the user and the body frame opens a popup window and display the data on the popup sreen. I need to prevent anyone other than valid users from accessing the popup screen. for eg. if someone gets the url then they should not be able to launch the screen, for that I am trying to read the user name and role from the parent window and see if it is null before opening the popup screen,if the values are null then I redirect them to the main window.
Since the parent window and the popup windows are in the two different servers i cannot validate the session.
what is the best way to deal with this kind of situation.
Thanx in advance.