i am wanting to create an open id login, i am wondering if i use one of the classes from Creating an OpenID Login widget, like openid selector library or openid real selector. btw, is realselector newer/better, since its a rewrite of openid selector library
is there a getting started tutorial? i see that in both i can easily login using open id. but how will my application handle the login? like i guess my app needs to handle the postback from google or something? eg. in stackoverflow, i will go and create my profile? how will i check also that the user has logged in and which user. eg. in PHP, i may store a session variable $_SESSION["userid"]
and check for it.
in Staying logged in between pages it tells me to check for cookie, but what cookie isit? what if i want to check in PHP/ASP.NET?