Changes between Version 30 and Version 31 of Plugin_Hooks


Ignore:
Timestamp:
Aug 14, 2009 4:02:27 AM (4 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin_Hooks

    v30 v31  
    115115''Arguments:'' 
    116116  none. 
     117 
     118''Return values:'' 
     119  none. 
     120 
     121 
     122=== logout_after === 
     123 
     124After the user is logged out and the session is killed, this hook is triggered.[[BR]] 
     125The arguments still contain some user info which is not available in {{{$_SESSION}}} anymore. 
     126It's also possible to redirect to some other URL in this hook because it's the last action in the logout process. 
     127 
     128''Arguments:'' 
     129  * host 
     130  * user 
     131  * language 
    117132 
    118133''Return values:''