# Project Setting - Domain and Session

#### Session Duration

You can configure the duration in days for the users to receive the magic link  or OTP again for authentication. The default is 30 days.

#### Web URL

Configure the domain URL of your application. Login form will work only from the configured URLs. For development use <http://localhost>.

{% hint style="info" %}
**Note:** If the login form does not show up after following the steps  or you received an error message "something went wrong", the likely issue cause may be incorrect URL configuration. You can add your test or live url correctly from Project Setting>Web URL. You can add multiple URLs with comma seperated.

e.g. <https://testauth.dev.io,http://localhost:3000>
{% endhint %}

![Project Setting](/files/nlinKPEE7EJMjZ1ykRpq)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.secuuth.io/setup-configuration/project-setting-domain-and-session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
