# Known Issues

This is the list of Known issues with TheShop administration and frontstore.

Expand the Known issues below to see the details and solution.

<details>

<summary>Session cookie issue</summary>

#### Problem

We experienced a problem when a frontstore and TheShop administration were present on the same domain, e.g. *theshop.dev* as a frontstore and *theadmin.theshop.dev* as an administration.

The problem was detected when frontstore set `SESSION_DOMAIN` to *theshop.dev.* In this case, Laravel creates the cookie domain name as *.theshop.dev* which means it affected also our subdomain when this cookie has changed.

#### Solution

Two changes have been made to resolve this issue:

* Our application is now SPA based on JWT, which means we are using no sessions.
* We removed `SESSION_DOMAIN` from .env file in a frontstore.

</details>


---

# 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://wiki.theshop.dev/docs/frontstore/known-issues.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.
