When I set a session variable via
@context.session[:MYVAR] = str
it is always nil on subsequent requests.
I've also tried dropping the @context but still nil.
Is there any direction on how to properly use session variables?
_______________________________________________
Nitro-general mailing list
Nitro-...@rubyforge.org
http://rubyforge.org/mailman/listinfo/nitro-general
As I said, i tried that but it is still nil. The session does not seem
to persist between page hits.
Setting the cookies hash directly doesn't work either.
Could this have something to do with using YUI on the client side? I
wouldn't think it would overwrite any cookies though.