in reply to CGI::Session::Auth::DBI and maintaining persistence across multiple page requests.
Notice the last line, and read the documentation for using cookies in CGI from a CGI module.sessionCookie() For the session to be persistent across page requests, its session ID +has to be stored in a cookie. This method returns the correct cookie +(as generated by CGI::cookie()), but it remains the duty of the CGI a +pplication to send it.
|
|---|