For some reason the people I have setup this great forum for, have asked to be able to login to the forum from another page (up a level in directory structure).
If my forums are at www.site.com/forums and I want to login from www.site.com/login.aspx is it possible to do this? I have been experimenting with the source code but have not been able to achieve this.
I tried using FormsAuthentication.SetAuthCookie() in the same manner as in the actual YAF login page, but it doesn't seem to be read by YAF.
Can anyone shed some light on what is required for this?
Thanks!