|
|
|
|
|
by amarraja
4565 days ago
|
|
You can set the secure flag when creating a cookie which will only send it over an HTTPS connection. It is possible to use both schemes, but it is likely better to stick to all SSL if possible in case of developer error causing something to get exposed when it shouldn't. |
|