Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
documentation:latest:soapsessionbackend [2016/07/19 12:10] 127.0.0.1 external edit |
documentation:latest:soapsessionbackend [2018/03/14 09:54] coudot [Manager] |
||
---|---|---|---|
Line 24: | Line 24: | ||
<note tip>Use /adminSessions if the Handler need to modify the session, for example if you configured an idle timeout.</note> | <note tip>Use /adminSessions if the Handler need to modify the session, for example if you configured an idle timeout.</note> | ||
+ | |||
+ | By default, only few sessions keys are shared by SOAP (ipAddr, _utime, _session_id), you need to define which other keys you want to share in ''General parameters'' » ''Advanced parameters'' » ''SOAP'' » ''Exported attributes''. | ||
+ | |||
+ | You must start with ''+'' to keep default keys, else they will not be shared. For example: | ||
+ | <code> | ||
+ | + uid cn mail | ||
+ | </code> | ||
+ | |||
+ | To share only the listed attributes: | ||
+ | <code> | ||
+ | _utime _session_id uid cn mail | ||
+ | </code> | ||
==== Apache ==== | ==== Apache ==== |