- or download this
use MD5 ;
...
# and continue
print "Content-type: text/html\n\n" ;
print "Your logged In!" ;
- or download this
# $session and $user came from cookie
use MD5 ;
...
# we're not logged in - disp error msg
}
- or download this
print<<"END" ;
Set-Cookie: SESSION=; path=\
...
Your logged out now
END