If you are talking single sign on for multiple sites, you have to set the
machine keys and cookie name to the same values in the config file. You can
then "share" session, although you cannot share session variables, so this
is merely a sign on methdology. Any shared information has to be passed or
persisted.
--
Gregory A. Beamer
MVP; MCP: +I, Se, SD, DBA
Blog:
http://feeds.feedburner.com/GregoryBeamer
*************************************************
| Think outside the box! |
*************************************************
"jose" <> wrote in message
news:C62A63F4-6302-4A1F-9316-...
>I am in a web site A. I want to redirect to a web site B with basic
> authentication. I dont want to get the HTML , i want to redirect to the
> web
> site b with basic authentication.
>
> I appreciate if some one helps me to solve this problem.
>
> Thanks in advance.
>
>