Intershop rest token timeout

94 views Asked by At

About the rest token. I notice that it expires rather quickly, is there a way to set the expiration time for rest token? I couldn't find documentation on how to do this.

1

There are 1 answers

0
Nils Breitmann On BEST ANSWER

Seems to be the same as the session timeout and you can change it with property "intershop.session.TimeOut" in appserver.properties

see com.intershop.component.rest.internal.auth.TokenImpl.getExpirationDate()