Groups | Blog | Home
all groups > asp.net > march 2004 >

asp.net : Share values/variables betw web apps


Steve C. Orr [MVP, MCSD]
3/10/2004 2:33:36 PM
I agree with Kevin (as usual.)
A shared backend database is the way this kind of thing is normally done.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



[quoted text, click to view]

Kevin Spencer
3/10/2004 5:11:56 PM
Database.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

[quoted text, click to view]

John Saunders
3/10/2004 9:31:30 PM
[quoted text, click to view]

Cookie.

The Forms Authentication cookie if you're using Forms Authentication. In
that case, make sure both applications have the same machineKey settings in
web.config and make sure they are in the same domain (e.g., the domain of
the cookie is "surfcontrol.com" and the sites are "a.surfcontrol.com" and
"b.surfcontrol.com").
--
John Saunders
John.Saunders at SurfControl.com

JIK
3/10/2004 11:00:14 PM

Hi.

I have an web app that handles the login, user access etc. I want this login
to redirect to an other web app and give that web app the userid etc.
without sending it to the client... How?




Jon

AddThis Social Bookmark Button