Hi all,
I am working on a webapp where a user can login, the login process binds
with LDAP to see if the user is in LDAP. If its successful, I store the
params[:login] to a global variable so I can use that in the rest of the
application.
The problem is:
When i open up two browser windows and login in with two different
users, the variable is set to the user information used in the second
login. So when I switch back to the first browser window and refresh, I
see the second user information. Hopefully this makes sense, if not
please let me know. I will rephrase it.
Thanks,
Dev
--
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---