cancel
Showing results for 
Search instead for 
Did you mean: 

Déconnexion de l'interface web

crokette
Champ in-the-making
Champ in-the-making
Bonjour,

j'aimerais savoir combien de temps, une session sur l'interface web reste active? sans toucher la souris?
après ma pause du midi qui dure 2h, mon utilisateur est déco de sa session alfresco.

je voulais juste savoir la durée d'une session, au bout de combien de temps d'inactivité est t'on déconnecté? peut on modifier ce paramètre ?

Merci.
6 REPLIES 6

rguinot
Confirmed Champ
Confirmed Champ
C'est sympa d'avoir 2h pour déjeuner Smiley Happy
Tu es plutôt Guy Savoy ou Joël Robuchon ?

crokette
Champ in-the-making
Champ in-the-making
plutot junk food heaven  :lol:

bertrandf
Champ on-the-rise
Champ on-the-rise
La durée de la session est, il me semble, définie par la durée du ticket récupéré.
La durée du ticket est configurable dans le fichier authentication-services-context.xml, avec la propriété :
        <!– The period for which tickets are valid in XML duration format. –>
        <!– The default is P1H for one hour.                               –>
        <property name="validDuration">
            <value>PT1H</value>
        </property>

Il est également possible de configurer que faire quand le ticket expire :
        <!– Do tickets expire or live for ever?                            –>
        <property name="ticketsExpire">
            <value>true</value>
        </property>
        <!– Are tickets only valid for a single use?                       –>
        <property name="oneOff">
            <value>false</value>
        </property>
      <!– If ticketsEpire is true then how they should expire –>
      <!– AFTER_INACTIVITY, AFTER_FIXED_TIME, DO_NOT_EXPIRE  –>
      <!– The default is AFTER_FIXED_TIME –>
      <property name="expiryMode">
            <value>AFTER_FIXED_TIME</value>
        </property>

crokette
Champ in-the-making
Champ in-the-making
Merci pour ces explications ^^

crokette
Champ in-the-making
Champ in-the-making
zhang160
zhang159
zhang158
zhang157
zhang156

huuummm -_-'

c'est pas la partie française du forum içi? c'est quoi ces articles ?

jayjayecl
Confirmed Champ
Confirmed Champ
je déconseille d'y aller.
On dirait un bot, ca sent les malwares
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.