I have a query which I am calling with <CFInvoke>. I am passing this query about 12 parameters ( a mixture of numbers and strings) The numbers range from 0 to 10000 and the strings are generally 1 word but one string could be up to 10 words
I have placed these paramameters inside a session structure.This works well for me programmatically but is it a bad idea in terms of performance. Should I use URLs to pass the parameters from page to page instead ? My URLs would become vast. If the site got a lot of hits would the session style cause problems in terms of performance or would servers generally have enough ram to cope?
I have placed these paramameters inside a session structure.This works well for me programmatically but is it a bad idea in terms of performance. Should I use URLs to pass the parameters from page to page instead ? My URLs would become vast. If the site got a lot of hits would the session style cause problems in terms of performance or would servers generally have enough ram to cope?