Lucy - there is a bit more to this than just searching for certain types of code.
You will need to change everything that refers to the following code:
Request.Cookies(strUniqueID & "User")("Name")
or
Request.Cookies(strUniqueID & "User")("Pword"))
KatsKorner
sorry - pressed post instead of preview..
You will need to go through each bit of code and make sure that you assign your session variable instead of assigning from the cookie as above. This should override the use of the cookie login but also remember that you need to decide whether to show the registration info too.
It is quite complicated to make sure you have caught every bit of code but it is everything related to the cookie username and password as I detailed above.Take a back-up before you start!
Edited by - kat on 19 March 2001 05:14:10