Bitcoin Forum
May 29, 2024, 11:36:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Meta / Re: Cookie error creating user on: June 04, 2020, 01:48:31 AM
It was more of a statement than a question.  
 
I'm who put date there.


In profile.pl

Code:

if ($username eq $user) {
my $pword      = ${$uid.$user}{'password'};
my $expiration = "Sunday, 17-Jan-2038 00:00:00 GMT";
&UpdateCookie("write", $user, $pword, ${$uid.$user}{'session'}, "/", $expiration);
&LoadUser($user);
}


https://news.bitcoin.com/hackers-move-another-800k-in-btc-stolen-from-the-2016-bitfinex-breach/
2  Other / Meta / Cookie error creating user on: May 16, 2020, 12:47:32 AM
The cause of the cookie error may be the hard line expiration date of

"17, January, 2038"

in your profile.pl of the forum.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!