Once logged in and authenticated (using Authlogic), a user in my app can upload a media file into a Remote Media Server , using a form. In the form there is an url back upon success. Fine, the file uploads correctly, the url_back is used upon success and parameters are passed back (media_id) but... the session is lost so I wrote a before_filter : before_filter :require_user, :except => [:success, :failed] in this case I lost the current_user.... (not abig deal as the :id is passed back in the parameters Is it normal to loose the session ? or did I miss anything prior calling the remote server ? thanks for your info Yves -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.