Hello everyone could you please guide me how I can...
# support-questions-legacy
r
Hello everyone could you please guide me how I can find all available configuration for Session.init() when I am initializing Session like the following:
Copy code
supertokens.init({
        framework: "express",
        supertokens: {
            //...
        },
        appInfo: {
            //...
        },
        recipeList: [
            Session.init() // initializes session features
        ]
    });
r
hey!
r
Hi
But ideally you want to see our docs and follow what it says
cause most of the configs are automatically set correctly based on appInfo object
r
Honestly, I was trying to read documentations first and I get success to create the session and refresh it successfully, thanks to you and your team. but I could not found somewhere to meet all available configurations I was searching on your website and here: https://supertokens.com/docs/nodejs/modules.html
Currently, I just need to change the AccessToken expire time. 😄
r
Awww, I saw it, but I was trying to set in by NodeJs So it is a docker variable only Thanks so much I will continue working with your great Library
r
happy to help 🙂