> > URL redirects contain ";JSESSIONID=?????". > > isnt that what addtoken="no" is for?
I haven't tested it in awhile, but I believe ColdFusion MX 6 (pre 6.1) ignored the addtoken attribute of the cflocation tag when it came to the JSESSIONID variable. I don't know if that was a bug and has since been fixed or if it was by design. There appears to be a way to disable it globally: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1c6b723 Actually, a little more searching and I found this on Sean Corfield's blog: http://www.corfield.org/index.cfm?fuseaction=blog.archive&month=2003_02 So, it appears to have been a bug and is supposedly fixed. Regardless, the point is that JSESSIONID gets appended to the file name, not the query string. Consequently, code that parses the query string manually needs to be coded to handle that. Any code prior to ColdFusion MX wouldn't. Most stuff I've seen since doesn't either. Ben Rogers http://www.c4.net v.508.240.0051 f.508.240.0057 ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
