# Cross-Origin Web Sessions

DevFeed: [Cross-Origin Web Sessions](<https://devfeed.tech/articles/cross-origin-web-sessions-29957.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/web-session-sharing-transfer/>)

Author: info@goteleport.com (Russell Jones)

Published: 2021-05-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Web](<https://devfeed.tech/topics/web.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Cookies](<https://devfeed.tech/topics/cookies.md>), [Security](<https://devfeed.tech/topics/security.md>), [XSS](<https://devfeed.tech/topics/xss.md>)

Tags: [cookies](<https://devfeed.tech/tags/cookies.md>), [http](<https://devfeed.tech/tags/http.md>), [request](<https://devfeed.tech/tags/request.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [web](<https://devfeed.tech/tags/web.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>), [xss](<https://devfeed.tech/tags/xss.md>)

## AI overview

This article examines mechanisms for securely transferring user sessions between web applications hosted on different domains. It explains browser cookies, session tokens, domain limitations, and query parameters as one approach for cross-origin session sharing.

## Source excerpt

Russell examines the available mechanisms for securely transferring user sessions across different web applications running at different domains.