Dave,

It sounds to me like this could depend on a number of factors related to how you have designed your login system.

Do you have some type of "gate keeper" login where the first page displayed is the login panel, or do you have a more "on demand" login system?

I generally do the latter whenever possible. This way if a new session is created and the user has not logged in they will be automatically redirected to the login panel before the page is allow to be accessed.

If your design is closer to the "gate keeper" login style then you could just redirect to your login panel in a "_blank" page (without passing the session id, which would then create a new session when needed).

In any case the solution will depend on your design.

On Feb 6, 2007, at 7:33 AM, [EMAIL PROTECTED] wrote:

Hi,

I would like to login as a user from a admins session. I don't want to do this by a DA for security reasons. It would be great if the admin clicks on "Login as whoever" and gets a new session with the user data in a new browser window. The admin session should not be terminated in between. How can this been done? I know how to create a new session but I don't know how to send the user to the correct component and set the component values.


Cheers Dave
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/robertwalker1% 40mac.com

This email sent to [EMAIL PROTECTED]

--
Robert Walker
[EMAIL PROTECTED]



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to