> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/login-session-issue.md).

# 로그인 유지가 안 됩니다

{% hint style="info" %}
브라우저를 종료하거나, 기기 전원을 껐다 켜면 세션이 종료되며 로그아웃 됩니다.&#x20;
{% endhint %}

브라우저나 기기를 종료하지 않았음에도 자동 로그아웃 되는 경우, 세션시간이 지정되어 있을 수 있습니다.&#x20;

세션 시간이 지정되어있는 상태에서 일정 시간 동안 페이지 이동 등의 행동이 없으면 자동으로 로그아웃 됩니다.&#x20;

ex) 세션 시간을 1시간으로 지정 한 상태에서, 로그인 후 1시간 동안 방치해두면 세션 시간 만료로 자동로그아웃 됨

세션 시간 설정 여부는 **맑은소프트 고객센터로 문의** 주시길 바랍니다.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/login-session-issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
