Quantcast
Channel: Lucee Dev - Latest topics
Viewing all articles
Browse latest Browse all 425

Does Lucee ignore CFID/CFTOKEN in the URL when using cookies?

$
0
0

If I’m using client cookies with these settings and someone pastes a cfid/cftoken in a URL, does Lucee still do a lookup on the values entered in the URL? Can I force Lucee to ignore it?

this.clientManagement = true;
this.setClientCookies = true;
this.httpOnlyCookies = true;
this.secureJSON = true;
this.sessionTimeout = CreateTimeSpan(0, 0, 20, 0);

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 425

Trending Articles