Hi
Please excuse me if this has been covered, but most of the mods and discussion seem to be concerning modifying the fourm login for inclusion within an existing WWW Site.
Ive seen one posting along the lines of what we are going to do, but wanted to confirm this is the case with the current version (7.6). Ive tested it, and it seems to work OK ... but better safe than sorry 
On my login page all I need to create are the following cookies:
Response.Cookies("WWF")("UID") = "myusername759R1B9394"
Response.Cookies("WWF")("NS") = "0"
And any authentication checks for the remainder of the forum will use these values (primarily the UID) ?
Do I need to worry about the LTVST
Edited by thekiwi