Displaying 2 results from an estimated 2 matches for "winstar001".
Did you mean:
sinstar00
2008 Sep 14
0
How to get session's cookie string
Hi,everyone!
I have a problem:
After using session[:foo]=foo change my session, I want to know what
the new "session_key" cookie value would be before I response. I tried
session.to_s and session.encode but didn''t work.
Thanks in advance:-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2007 Jun 03
5
can I use template to assemble a html page in an controller and redirect to another controller?
Hi,all!
I want to assemble a html page and put it into flash and redirect to
another controller ,for example:
flash[:aaa]="<html><body><div>hi</div></body></html>"
but what I need is to assemble some more complicate html page,so I
want to read the render result of a template before to send it to
browser.
Any thought?
Thanks in advance :-)