ColdFusion cflocation token problem Chrome

284 Views Asked by At

I'm having an odd issue with cflocation and Chrome. I have the following cflocation in my code after user logs in.

<cflocation url="./index.cfm?p=10" addtoken="false">

Everything works fine Firefox and IE. When I run it using Chrome, it sets the CFID and CFToken in the URL and do not redirect to the page index.cfm?p=10

If I set the addToken="true", the redirect works; however, every time I click on something in the website it returns to the login page (looks like kicks the session timeout).

Is there any issue with CF tokens and Chrome?

Thanks

0

There are 0 best solutions below