in reply to CGI::Widget::Tabs exposes login credentials in url.

If I go $q->delete('login_name','login_password'), my user has to re-login on every invocation. And it appears to lose its session.
If you consult the manual, 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 application to send it.