diff options
-rwxr-xr-x | LedgerSMB/Session/DB.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/Session/DB.pm b/LedgerSMB/Session/DB.pm index c38d1de1..af8b5ac4 100755 --- a/LedgerSMB/Session/DB.pm +++ b/LedgerSMB/Session/DB.pm @@ -82,7 +82,6 @@ sub session_check { #cookie is not valid #delete the cookie in the browser print qq|Set-Cookie: LedgerSMB=; path=/;\n|; - print qq|Set-Cookie: DiedHere=true; path=/;\n|; return 0; } } |