Question : How to pass variable value between pages

Hi,
Is there a way that I can pass variable value between pages without puting them in url link or in form?
currently now, look like : http://www.test.cfm?a=var1&b=var2&c=var3.

can I pass variable value var1, var2, var3 between pages without puting in url ?

For this case, I don't want to use form, and puttting as hidden variable.

Any suggestion?

thanks,
lan

Answer : How to pass variable value between pages

well other way is use the request scope, you can call the value as the request.variablename = thevalue you wanna call>

request scope is avaliable to whole application and it can be used where u neeed it, it will get changed once u overwrite the other value in the same request.variablename

it does persist the value like appplication!

for me u can use request scope,

other options are already provided to u by other experts!

REgards
Random Solutions  
 
programming4us programming4us