Hi Miguel,
Yes, you can use it to change the session timeout.
(As alternative you also have the BrowserSession component in the forge that allows you to just change the value in runtime)
Regards,
João Rosado
How would I go about adding this to factory confiuration? I'm not even sure where to start..
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding name="Member.Status">
<security mode="None" />
</binding>
</wsHttpBinding>
</bindings>
<client>
<endpoint address="myservice"
binding="wsHttpBinding" bindingConfiguration="Member.Status"
contract="" name="Member.Status" />
</client>
</system.serviceModel>