Apache2::RequestRec is there a way to access cookie-attributes in a PerlAuthenHandler?

后端 未结 0 361
粉色の甜心
粉色の甜心 2020-12-22 04:26

As per documentation of Apache2::RequestRec the following code in your handler will get you a cookie\'s value:

 my $r = shift;
 my $cookval = $cookies{\'cooki         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题