UNIBASE

SessionTemp: How to create a temporary login session

The sessionTemp CGI program in Unibase facilitates the creation of temporary sessions specifically for login purposes. This utility generates a session ID for the “login” user within the application the URL specifies, and then returns this ID as output. Users can initiate this temporary session with a simple URL call, as the usage and example sections demonstrate.

USAGE

The URL to call this is “/cgi-bin/sessionTemp?<application name>

eg /cgi-bin/sessionTemp?uniquote

RETURN

The return data is the session id.

EXAMPLE

unibase.dataCGI (“sessionTemp”

Verified by MonsterInsights