Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-2010, 10:49 AM
Elite Member
 
Posts: 360
Default SOAP/PHP Logout?

I need it so that when a user logs out of our intranet site, it also logs them out of zimbra.

Can someone point me in a direction of where to find this info?
I keep searching the forums and zimbra site but can't find anything...

Thanks!
Reply With Quote
  #2 (permalink)  
Old 05-13-2010, 11:09 AM
Moderator
 
Posts: 7,911
Default

Are they being connected via the same auth token ? If so in PHP you could format a JSON request using
Code:
        $request = array(
                "Header" => array(
                                "_jsns" => "urn:zimbra",
                ),
                "Body" => array(
                        "EndSessionRequest" => NULL,
                        "_jsns" => "urn:zimbraAccount",
                ),
        );
__________________
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.