Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SunoAI-API/Suno-API
/ set_session_id
Method
set_session_id
cookie.py:25–26 ·
view source on GitHub ↗
(self, session_id)
Source
from the content-addressed store, hash-verified
23
return
";"
.join([f
"{i}={self.cookie.get(i).value}"
for
i in self.cookie.keys()])
24
25
def
set_session_id(self, session_id):
26
self.session_id = session_id
27
28
def
get_session_id(self):
29
return
self.session_id
Callers
1
cookie.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected