Thanks for your suggestions. But i need some additional suggestions, as i am a newbie in both rails and xmlrpc I have an xmlrpc client in ruby stored inside the controllers directory and guessing how to get the connection and store it in a session.
All i want to do is, 1) Establish a connection only once and store the connection variable in session like --> session[:server_conn] = @server_conn 2) Request a cookie after authentication ad store that in session like --> session[:cookie] = @cookie So that i can access the session variables in other controllers too.... Regards, Vimal Das --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

