Just upgraded to 1.9.5. From what I can tell the UserID (from yaf_User) is not held in the session anywhere. I need it to be in the session so the rest of my website knows who is logged in.
Question 1:
Is the Login1_Authenticate method in login.ascx.cs the best place to deal with doing this?
Question 2:
After the user is logged in, is this var already held somewhere by YAF that I could easily get at other than yanking it out of the DB myself using the ProviderKey for the logged in user?