tracker issue : CF-3040450

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 80783:<cffileupload> does not share the session

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 11/24/2009

Components: Language, Tags

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Duplicate ID:	CF-3039659

Problem:

<cffileupload> does not share the session.Temporary Workaround: append session.urltoken to the url attribute, but urlEncodedFormat() is required.
Method:

<!-- session is NOT restored --><cfupload url="uploadall.cfm?#session.urltoken#" name="files"><!-- session is restored --><cfupload url="uploadall.cfm?#urlEncodedFormat(session.urltoken)#" name="files">
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040450

External Customer Info:
External Company:  
External Customer Name: Henry Ho
External Customer Email: 237A22C24921EDF5992015B9
External Test Config: 11/24/2009

Attachments:

Comments: