0

I have a single solution with multiple Asp.Net projects inside. I would like to Authorize the user in one Project and then allow the credentials to automatically flow into the other projects when the user is redirected to them. Sending credentials via Query String or storing session in SQL Server is not an option. Any ideas ?

w2olves
  • 2,229
  • 10
  • 33
  • 60
  • The phrase you're looking for is [Single Sign On](http://en.wikipedia.org/wiki/Single_sign-on) – freefaller Aug 04 '14 at 15:34
  • Cookies might do the work for you. ASP.NET already has nice login cookies : See [This](http://msdn.microsoft.com/fr-fr/library/system.web.security.formsauthenticationticket(v=vs.90).aspx) and [This](http://stackoverflow.com/questions/454616/asp-net-cookies-authentication-and-session-timeouts) – Sifu Aug 04 '14 at 15:37
  • @freefaller - TY Started googling for Single Sign On. Sifu - Trying your links now – w2olves Aug 04 '14 at 15:40

0 Answers0