mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
session without cookie fix
This commit is contained in:
parent
01a9f06617
commit
9213ca6a70
8 changed files with 37 additions and 24 deletions
|
@ -3141,6 +3141,7 @@ sub authcookie_manager {
|
|||
my %varenv = $cf->envonline();
|
||||
|
||||
my $authcookie=md5_hex($record->{txt08}.$q->escapeHTML($hw_id));
|
||||
$bw->log("generating authcookie with input: $record->{txt08}.$hw_id",$authcookie,"");
|
||||
$authcookie = $record->{c_id} . "_" . $authcookie . "_" . $q->escapeHTML($merchant_id);
|
||||
|
||||
#if user_id && user_pw matched
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue