Re: using a shared session
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 01/03/05
- Next message: Rikart Pettersen: "UserControls and Norwegian characters"
- Previous message: Peter Blum: "Re: Confusing results with CustomValidator and Datagrid controls"
- In reply to: masoud bayan: "using a shared session"
- Next in thread: masoud bayan: "Re: using a shared session"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 08:57:00 -0800
you will need to do a ticket system. you can link because a cookie can not
be shared between domains, you will have to pass the ticket to site. this
means you can link between sites without requiring a new login, but if the
users hit the site directly, they will be prompted for a login.
you can use a common webservice (like ms passport) to handle the comon login
verfication and ticket.
-- bruce (sqlwork.com)
"masoud bayan" <masoud_bayan@hotmail.com> wrote in message
news:uXks6la8EHA.1264@TK2MSFTNGP12.phx.gbl...
| Hi,
|
|
|
| We have 3 different web applications on three different websites (and
| domains). Now we want to make it possible for users to login in each of
| these applications and can navigate to other applications without
| authenticating. So generally we need to have a shared session across
| applications (a single sign-on).
|
| Whenever a user logins in each application a session identifier is created
| and is saved in the cookie for that session.
|
| 1. Is there any chance to create cookies for other applications
| (websites) at the same time (login time in one of the apps)? So when user
| navigates to other sites, other server can read the session information
from
| cookie?
|
| 2. Is there any other approach that we can use to have single sign-on
| capability through our sites?
|
|
|
| Any advice is appreciated.
|
|
|
| Thanks
|
| Masoud
|
|
|
|
|
|
|
|
- Next message: Rikart Pettersen: "UserControls and Norwegian characters"
- Previous message: Peter Blum: "Re: Confusing results with CustomValidator and Datagrid controls"
- In reply to: masoud bayan: "using a shared session"
- Next in thread: masoud bayan: "Re: using a shared session"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|