I am trying to store a session cookie for google analytics
This is the code
if valid(m.GATracker.Cookie) then
print "Cookie:"; m.GATracker.Cookie
else
m.GATracker.Cookie = 'Random Cookie Number
end if
every time I hit the function with this code a new cookie is generated. I thought m.
was how you stored variables