Displaying 2 results from an estimated 2 matches for "session_user".
2008 Apr 08
3
Session Expired for Profile Publishing
...r/service.rb:13:in `post''
/vendor/plugins/facebooker/lib/facebooker/session.rb:399:in `post''
/vendor/plugins/facebooker/lib/facebooker/models/user.rb:158:in
`set_profile_fbml''
Using a publisher isn''t helping. Publisher code:
def profile_update(user, session_user = user)
send_as :profile
from session_user
recipients user
profile render( :partial => ''profile'',:assigns => { :profile_user => user })
end
...
MyPublisher.deliver_profile_update( @user )
Results in:
Facebooker::Session::SessionExpired (Session k...
2006 May 05
5
Sessid.
How can I get the sessid from the current session object?
For instance, I log in the system, and want to know which sessid I''m using.
I''m storing the session using active_record. Later on, I want to restore
a session finding it using the sessid.
Thanks in advance.
Fernando Lujan