Craig Demyanovich wrote:
> 
> 
> I don't know if the session_key needs to match your app name. You could
> change it to match and see what happens.
> 
> Craig

I did change it and it seems to get me a little further. It now 
recongizes that there is a session variable. The issue is that when I 
set the session[:user] = @user, I print out the value when the session 
gets set and it print ths correct value for an id, but when I try and 
reprint it in a before_filter that I have it prints a completely 
different value - not the same id. So I am not sure what is going on 
now? I think the session issue has been taken care off, but something 
else is definetly going on. Thanks again,

-S
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to