We have a client that wants to import some of the website data into some 
other software. The problem is that this other software has _only_ 
fixed-width fields and they need to conserve space. There is a column in 
our data that contains a session id and an incremental suffix. We can 
predict the max length of the suffix but the length of the session id 
clearly varies. Does anyone know either what the max length of the session 
id is, or how the session id is constructed so we can try to predict a max 
length? We can always pad with a couple of characters beyond what we think 
the max is, but we can't pad with say, 5 characters.

Now announcing my newly updated website
http://www.blivit.org/mr_urc/index.cfm
Resume: http://www.blivit.org/mr_urc/resume.cfm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to