S
Stan
We have several intranet ASP.NET web sites. Users log on to the sites by
using form authentication and custom security (user names and passwords are
stored in the database).
If a user logs on to the first site and from within this site is redirected
to another one, we would like to pass its security information along, so the
user doesn't need to log on again.
I am thinking of making a gateway page that will have two url parameters,
user id and the url of the next page:
gateway.aspx?userId=123&nextPageUrl="somePage.aspx"
Is this the only way to achieve that?
Thanks,
-Stan
using form authentication and custom security (user names and passwords are
stored in the database).
If a user logs on to the first site and from within this site is redirected
to another one, we would like to pass its security information along, so the
user doesn't need to log on again.
I am thinking of making a gateway page that will have two url parameters,
user id and the url of the next page:
gateway.aspx?userId=123&nextPageUrl="somePage.aspx"
Is this the only way to achieve that?
Thanks,
-Stan