Hi,

We have two different portals one is for Administrators and another is for Subscribers, deployed on two different servers. Both are using ACEGI authentication and using same database.

Now we need to implement 'Emulate Login' feature in Admin portal, such that when admin selects 'Emulation Login' for a specific subscriber we need to show the subscriber portal in new browser window/tab with the admin user automatically logged in.

We thought of passing user name, md5 encrypted password and subscriber id to subscriber portal and authenticating the user programatically.

is this the correct? if not How can we implement this?

Any ideas? please let us know

Thanks in advance

Kishore