我正在尝试为谷歌分析存储会话 cookie
这是代码
if valid(m.GATracker.Cookie) then
print "Cookie:"; m.GATracker.Cookie
else
m.GATracker.Cookie = 'Random Cookie Number
end if
每次我用这段代码点击函数时,都会生成一个新的 cookie。我以为m.
你是如何存储变量的
我正在尝试为谷歌分析存储会话 cookie
这是代码
if valid(m.GATracker.Cookie) then
print "Cookie:"; m.GATracker.Cookie
else
m.GATracker.Cookie = 'Random Cookie Number
end if
每次我用这段代码点击函数时,都会生成一个新的 cookie。我以为m.
你是如何存储变量的