in reply to Another session state question

I know I can kill the connection through a javascript 
OnWindowClose() funtcion, but is there a simular perl 
way?

For the record, no. To ask this question is to misunderstand the nature of client/server. How will the server know what happens on my computer?
--

($_='jjjuuusssttt annootthheer pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;

Replies are listed 'Best First'.
Re: Re: Another session state question
by robertv (Initiate) on Sep 24, 2002 at 18:06 UTC
    From what little I have read, couldn't you call a .pl page that read the cookie and used the value to explicitly $dbh->finish() / $dbh->disconnect(); rather then put up a pop up window?
    Robert V.