thats great for someone tho has a loggin system other than wwf's one, which is not my case, as i converted my login system to wwf only a long time ago.
With last version i just added a line in register.asp to create another cookie with username, but its not working in this 8 version.
I added this line:
Response.Cookies(strCookieName)("U_NAME")= strLoggedInUsername |
after this code in register.asp:
'Write the cookie with the name Forum containing the value UserID number Response.Cookies(strCookieName)("UID") = strUserCode |
but its not keeping it in the cookes. How can i store the username in a cookie so i can use all over the portal?
Thanks