hello,
I am building a search page that are links. How can i save what the user
pressed pages before?
On 8/1/06, koloaTree [email protected] wrote:
hello,
I am building a search page that are links. How can i save what the user
pressed pages before?
Copy the params value(s) into a session.
session[:last_query] = params[:query]
hello, thanks. but do you know of a tutorial that gives example on how
to use session obj?
Greg D. wrote:
On 8/1/06, koloaTree [email protected] wrote:
hello,
I am building a search page that are links. How can i save what the user
pressed pages before?Copy the params value(s) into a session.
session[:last_query] = params[:query]