Description Usage Arguments Details Value See Also Examples
View source: R/generateMgrastWebsession.R
Return your websession while login to MG-RAST
1 | generateMgrastWebsession(cookie)
|
cookie |
web cookie, a small piece of data sent from a website and stored in a user's web browser while the user login to MG-RAST |
A session token is a unique identifier that is generated and sent from a server to a client to identify the current interaction session. The client usually stores and sends the token as an HTTP cookie. This function helps users to get websession from the cookie.
character
1 2 | ##
# generateWebsession(cookie)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.