Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: How to ensure that cookies are always sent via SSL

by Your Mother (Archbishop)
on May 21, 2015 at 19:38 UTC ( [id://1127391]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to ensure that cookies are always sent via SSL
in thread ssl cookies

I am a broken record on this but–

$page = 'wel.pl';

–is wrong even though it will work in nearly every situation. Redirect URLs RFC:MUST be absolute, not relative. Most clients in Christendom support relative but it’s still a bad practice. Also, please use strict; and declare your variables my $page… Also not absolutely necessary but will save you tons of grief.

Replies are listed 'Best First'.
Re^4: How to ensure that cookies are always sent via SSL
by Anonymous Monk on May 21, 2015 at 20:27 UTC

      What! Damnit… Thanks for the link.

Re^4: How to ensure that cookies are always sent via SSL
by bigup401 (Pilgrim) on May 21, 2015 at 23:03 UTC

    Thanks monk bt i was already fixed the whole problem by going through this

    https://perl.apache.org/docs/2.0/user/coding/cooking.html

    my problem was cookies, so i had to use apache2::cookie because am using Apache web server on centos. so some functions were limited. i don't know why nginx is so easy for Perl, and Apache become so hard for Perl

      my problem was cookies, so i had to use apache2::cookie because am using Apache web server on centos. so some functions were limited. i don't know why nginx is so easy for Perl, and Apache become so hard for Perl

      A poor workman blames his tools

      You're using CGI.pm, using it poorly, and now you're manually adding Apache2 API into the the mix -- disaster

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1127391]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found