Click here to Skip to main content
15,891,136 members
Articles / Web Development / ASP.NET

Single Sign on (SSO) Using Cookie in asp.net

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
12 Oct 2010CPOL2 min read 45.1K   12  
Single Sign on (SSO) Using Cookie in asp.netThere are various ways to use Single Sign on(SSO) in asp.net web application. We can use cookies, session (state server), SAML and web services etc. Now we would like to give a brief overview of how to use cookie to implement Single Sign on(SSO) in...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Jaxara IT Ltd.
Bangladesh Bangladesh
I am Microsoft MVP and working as Software Engineer in web technologies, with 6+ years of experience in the design, prototyping, development and deployment of various class of business solutions C#,asp.net, jquery, java and sql server or Oracle.

blog: http://aspboss.blogspot.com

Comments and Discussions