Displaying 1 result from an estimated 1 matches for "recetly".
Did you mean:
recently
2007 Jun 28
2
Can't actualize variable session
Hi,
I have a variable session, session[:old_controller] that I m using to
make some fancy effect on my menu.
However since recetly, I have no idea but this variable refuse to be
actualized...
I am doing a <% session[:old_controller]=@controller.controller_name
%> but at the next request, if I check the value of
session[:old_controller] it didn''t change...
I have no idea why, especially since I don''t th...