Hi,
I want to add a Logout button in my Web application, this application is in Perl/CGI, the user have to connect to an LDAP server with his credentials.
I'm looking a way to reset the value of this variable, because it contains his credentials:
$ENV{'REMOTE_USER'}
Is it a way to reset this variable? or quit the application?
Thanks,
Imad
I want to add a Logout button in my Web application, this application is in Perl/CGI, the user have to connect to an LDAP server with his credentials.
I'm looking a way to reset the value of this variable, because it contains his credentials:
$ENV{'REMOTE_USER'}
Is it a way to reset this variable? or quit the application?
Thanks,
Imad