Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use of Session Variables

Status
Not open for further replies.

ice7899

Programmer
May 14, 2006
59
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top