|
|
|
start date: Tue, 17 Jul 2007 19:12:03 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.security
back
| Thread Index |
|
1
David Thielen am
|
|
2
(Steven Cheng[MSFT])
|
|
3
David Thielen am
|
|
4
(Steven Cheng[MSFT])
|
spawn web page with user logged in
Hi;
We have a case in our web app, which uses the asp.net membership/role stuff
for security, where we launch a second web page that is bringing up a page on
the site. When we do so, it asks the user to log in on that browser.
Is there a ay to have it launch with the credentials of the page that
launched it?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Date:Tue, 17 Jul 2007 19:12:03 -0700
Author:
|
RE: spawn web page with user logged in
Hi Dave,
From your description, in your ASP.NET web application which use Membership
Service, and when one of the authenticated user bring up a new page, the
new page will redirect the user to login page for credential ,correct?
As for the membership service, are you using it with the default forms
authentication setting. Also, for "bring up a new page", would you show me
some detailed code and page logic on how this happen in your application.
Based on my understanding, forms authentication's authenticated user will
have login credential in cookie and this can persist among multiple
browsers opened by the same user.
Please let me know if there is anything I've missed here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Wed, 18 Jul 2007 07:26:58 GMT
Author:
|
RE: spawn web page with user logged in
And now it's working. May have been something weird happening on one of our
testers systems.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
"Steven Cheng[MSFT]" wrote:
> Hi Dave,
>
> From your description, in your ASP.NET web application which use Membership
> Service, and when one of the authenticated user bring up a new page, the
> new page will redirect the user to login page for credential ,correct?
>
> As for the membership service, are you using it with the default forms
> authentication setting. Also, for "bring up a new page", would you show me
> some detailed code and page logic on how this happen in your application.
> Based on my understanding, forms authentication's authenticated user will
> have login credential in cookie and this can persist among multiple
> browsers opened by the same user.
>
> Please let me know if there is anything I've missed here.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>
> ==================================================
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>
Date:Wed, 18 Jul 2007 08:40:00 -0700
Author:
|
RE: spawn web page with user logged in
Thanks for your reply Dave,
That sounds good.
Have a nice day!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Thu, 19 Jul 2007 04:26:27 GMT
Author:
|
|
|