> Problems:
> -dsp templates code are more nasty and dificult to edit because have many
> cfoutput for each text.

Toni,

So wrap the entire body of the dsp_ in a single CFOUTPUT.

> -The session variables expires with a timeout so if some person have a
> bookmark to one page can be possible the next time he go to this bookmark
> the session have expired so he will see the page in the default language,
> no in his choosed language.

Someone may have suggested this already, but if this is a major concern, why
not just do the easy thing... pass a "lang=whatever" query string with every
page request. When the user bookmarks a page, she'll be bookmarking the
query string as well, and will even be able to pass it around via email.


--
Roger


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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to