Saves a session cookie, which is a text file.

See Use a Session File.

Parameter

Parameter Description
session_file Full path and filename where the token should be saved. The session times out after 30 minutes. You pass in the filename as a hash.

Returns

Returns nothing.

Example

save_session (session_file => $filename);