To your problem, try the following two things:
1) clear your temporary internet cache in your browser, and then load the page again
2) in default.asp, where the line says
response.cookies(" ASPplayground_forum" )(" LastVisit" ) = now()
change it to
response.cookies(" ASPplayground_forum" )(" LastVisit" ) = FormatDateTime(now())
Post follow-ups if you have any more questions, thanks
_____________________________
[image]image/mysig.gif[/image]
< Message edited by Admin on 10/21/2001 1:30:41 AM >