Skip to content
Snippets Groups Projects
Commit 0d733be9 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Lets rename the cookies temporarily to see if we are just getting

cookie confusion.
parent a6554486
No related branches found
No related tags found
No related merge requests found
...@@ -84,10 +84,10 @@ if ($TBSCRATCH_DIR) { ...@@ -84,10 +84,10 @@ if ($TBSCRATCH_DIR) {
$TBVALIDDIRS_HTML .= ", <code>$TBSCRATCH_DIR</code>"; $TBVALIDDIRS_HTML .= ", <code>$TBSCRATCH_DIR</code>";
} }
$TBAUTHCOOKIE = "HashCookie" . $TBCOOKIESUFFIX; $TBAUTHCOOKIE = "NewHashCookie" . $TBCOOKIESUFFIX;
$TBNAMECOOKIE = "MyUidCookie" . $TBCOOKIESUFFIX; $TBNAMECOOKIE = "NewMyUidCookie" . $TBCOOKIESUFFIX;
$TBEMAILCOOKIE = "MyEmailCookie" . $TBCOOKIESUFFIX; $TBEMAILCOOKIE = "MyEmailCookie" . $TBCOOKIESUFFIX;
$TBLOGINCOOKIE = "LoginCookie" . $TBCOOKIESUFFIX; $TBLOGINCOOKIE = "NewLoginCookie" . $TBCOOKIESUFFIX;
$HTTPTAG = "http://"; $HTTPTAG = "http://";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment