Hi, guys:
I want to use the session object in the rails, but the browser has
disabled the cookie support. I store some string into the session obj,
but I can’t retrieve the string value in another page.
In there any solution to solve the problem?
I have tried add the following code on Application_Controller to store
my session into database, but it doesn’t work. I still can’t get the
string value in the session obj.
I have tried add the following code on Application_Controller to store
my session into database.
ActionController::Base.session_store = :active_record_store
On Tue, Aug 31, 2010 at 1:12 AM, GD [email protected] wrote:
I want to use the session object in the rails, but the browser has
disabled the cookie support. I store some string into the session obj,
but I can’t retrieve the string value in another page.
Possibly helpful:
http://oldwiki.rubyonrails.org/rails/pages/HowToMaintainSessionWhenCookiesAreNotAllowed
–
Hassan S. ------------------------ [email protected]
twitter: @hassan
Hi:
Thanks your reply very much. But The “Hidden Field Session” project is
not available.
I think that is it possible to append the session_id on the URL, and
my rails
program can get the session object by the session_id sent from
previous page?
It is like the JSP to rewrite the URL and append the jsessionid.
On 9月1æ—¥, 上åˆ12時38分, Hassan S. [email protected]
GD wrote:
Hi:
Thanks your reply very much. But The “Hidden Field Session” project is
not available.
I think that is it possible to append the session_id on the URL, and
my rails
program can get the session object by the session_id sent from
previous page?
It is like the JSP to rewrite the URL and append the jsessionid.
I would think so too. It amazes me that Rails can’t do this. PHP and
JSP have both done it for ages.
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]