Method: AdobeConnectAPI#logout
- Defined in:
- lib/adobe_connect_api.rb
#logout ⇒ Object
makes a logout and removes the cookie
107 108 109 110 111 112 |
# File 'lib/adobe_connect_api.rb', line 107 def logout res = query("logout") @sessionid = nil puts "ACS: Logged out" return res.body end |