YAFLogo

reachsulip
  • reachsulip
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I have an Web application that uses the YAF forum. But every user access to the web application is managed

by a built in user registration. We use session variable to check to see if the user is logged in.

My Question is , is there a way, i can get the same user not having to register to use the forum.( which runs off the YAF source) .

ie does YAF allows the user of session variable to authenticate users.

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
YAF uses ASP.NET membership and "forms" authentication. It's easy to code your own "login" using forms authentication from any of your code. Google "Forms Authentication" for more information/code examples.