Mobile app version of vmapp.org
Login or Join
Marchetta884

: How can I set a secure flag on cookies generated from a Python application? I have an application written in Python running behind Apache and SSL. I am not seeing a secure flag on my cookie:

@Marchetta884

Posted in: #Apache2 #Cookie #Https

I have an application written in Python running behind Apache and SSL. I am not seeing a secure flag on my cookie:

apache Server version: Apache/2.2.15 (Unix)

I have added a configuration line to my ssl.conf as:

Header edit Set-Cookie ^(.*)$ ;Secure;HttpOnly

I don't have enough points to post a screen shot of my session. Can anyone share their experience with this or provide any help?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme