Learn R Programming

mmnet (version 1.10.2)

generateMgrastWebsession: Generate your websession

Description

Return your websession while login to MG-RAST

Usage

generateMgrastWebsession(cookie)

Arguments

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

Value

  • character

Details

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.

See Also

loginMgrast

Examples

Run this code
##
# generateWebsession(cookie)

Run the code above in your browser using DataLab