NetReg::Cookie - Cookie sessions for NetReg
use Net::NetReg::Cookie;
This module provides cookie sessions for NetReg CGI scripts, used to preserve state so that users only have to authenticate once per session.
Reduces environmental variables to a single string.
Decrypts data.
Delete an old session.
Encrypts data.
Reconnects to a session and returns the session data.
Created a new session and returns the ID. Optionally takes a hash reference of data to populate the session with.
Remove all expired sessions from the temporary storage.
Reconnects to a session and updates data stored in it.