This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:rack:reference:sessions [2018/05/26 14:16] – created Martijn Luinstra | documentation:rack:reference:sessions [2023/08/31 21:19] (current) – Martijn Luinstra | ||
---|---|---|---|
Line 3: | Line 3: | ||
The file '' | The file '' | ||
- | Most interactions are based on cookies and therefore need an active local instance of the Cover website. If a local instance should be used, it can be configured by setting the Rack configuration options | + | Most interactions are based on cookies and therefore need an active local instance of the Cover website. If a local instance should be used, it can be configured by setting the Rack configuration options |
===== Functions ===== | ===== Functions ===== | ||
- | <php>get_cover_session()</ | + | '' |
- | Returns a PHP object with the information about the user that is logged in on the Cover website. Returns | + | Returns a PHP object with the information about the user that is logged in on the Cover website. Returns |
- | <php>cover_session_logged_in()</ | + | '' |
- | Returns | + | Returns |
- | <php>cover_login_url($next_url=null)</ | + | '' |
Returns a string with the login url of the Cover website and optionally injects the URL the user should be redirected to after logging in. | Returns a string with the login url of the Cover website and optionally injects the URL the user should be redirected to after logging in. | ||
- | <php>cover_logout_url($next_url=null)</ | + | '' |
- | Analogous to <php>cover_login_url</ | + | Analogous to '' |
- | <php>cover_session_get_committees()</ | + | '' |
- | Returns an associative array of <php>' | + | Returns an associative array of '' |
- | <php>cover_session_in_committee($committee_login)</ | + | '' |
- | Returns | + | Returns |
- | <php>cover_get_json($method, | + | '' |
- | Issues a '' | + | Issues a '' |