# Does Cookie-based Authentication feature for Jira work with a SiteMinder cookie/any third-party cook

### Description

Does Cookie-based Authentication feature for Jira work with a SiteMinder cookie/any third-party cookie?

### Solution

Siteminder cookie is not supported by <code class="expression">space.vars.SITENAME</code>.

<code class="expression">space.vars.SITENAME</code> works on Jira's internal cookie management and sends the username and password to Jira, and Jira, in turn, shares the cookie that needs to be used for the subsequent request.

This facilitates one-time login in Jira for every API call made rather than multiple logins in Jira for each API call made.

For more information on the types of authentication that is supported in On-Premise Jira, refer: [Which authentication modes for Jira Server are supported by <code class="expression">space.vars.SITENAME</code>?](/opstech-docs/7.223/help-center-index/faqs/jira-faqs/types-of-authentication-jira.md)


---

# 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://opstech.gitbook.io/opstech-docs/7.223/help-center-index/faqs/jira-faqs/siteminder-cookie-support.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.
