I am using ```session.attachToRequestResponse()```...
# support-questions-legacy
m
I am using
Copy code
session.attachToRequestResponse()
By default the session token refresh path is being set as
Copy code
/session/refresh
Is there a way to change this path to something else? I tried to find params in
Copy code
Session.init()
but could not find any.
6 Views