I added a multilanguage MOD to my WWF, and then can't clear the cookie with the "Delete cookies set by this forum" link on the default.asp. after I click this link, the forum tell me "You last visited on ...", but when I click it at this WWF forum's homepage will not.
This MOD added some data to the cookies use the below code, where is the problem? Thanks for help.
<!--#include file="var_language.asp" -->
<%
Dim lang
lang=Request("lang")
if lang="" then lang=Request.Cookies("Language")
Response.Cookies("Language") = ""
'-----------English-----------
select case lang
case "en"
Response.Cookies("Language") = "en"
%>
<!--#include file="en/language_file_inc.asp" -->
<%
'-----------Chinese-----------
case else
Response.Cookies("Language") = ""
%>
<!--#include file="chs/language_file_inc.asp" -->
<%
end select
%>
and below is the cookie of it:
FLVST
LTVST=37792%2E8E1875
www.123.net/
0
1251896576
29644444
2122641872
29570818
*
Forum
Hide=False&UID=acerbbs1766C4443FE2228
www.123.net/
0
1571896676
29644644
2430891872
29870818
*
Edited by acerbbs