Displaying 1 result from an estimated 1 matches for "bcb54829".
2006 Jan 15
8
Underscore character in session var
I stumbled across a weird problem
i can do:
@session[:userid] = 1
but cant:
@session[:user_id] = 1
The second session var doesnt set.
Is there a config setting for this?
--
Posted via http://www.ruby-forum.com/.