You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ccTiddly
There's a problem with 2 sessiontokens being created, and when you log
out you can't log back in because you either have 1 invalid cookie and
1 sessiontoken cookie with an old sessiontoken which doesn't work
anymore.
comment out of file: \tiddlers\plugins\001_ccTiddlyAdaptor.js the
lines:
/*var c='sessionToken'+"="+responseText;
c+="; expires=Fri, 1 Jan 2811 12:00:00 UTC; host=*";
document.cookie=c;*/