Hello all, I'm having a strange problem displaying attachments.
here is what I'm doing <CFHEADER NAME="content-disposition" value="filename=#variables.theFilePath#"> <cfcontent type="#variables.mime_type#" file="#variables.theFile#" deletefile="NO"> Prior to this snippit, i read the file into variables.theFile, make sure it exists, figure out the mime type etc. Works great except for a really anoying problem. Most but not all users are kicked out of the application after viewing the attachment. After viewing in a new window, they close it then click a link in the app and poof they have to log back in. Its as if their session has expired, even though it hasn't. Most users are using IE5+ If any one has any clues I would appreciate it greatly. Thanks in advance -steve - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: Steve Budan <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
