RE: [WebDNA] Secure Cookies

This WebDNA talk-list message is from

2020


It keeps the original formatting.
numero = 115005
interpreted = N
texte = 2633 --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, thanks for the further clarity all, knowledge appreciated. Just for my understanding pls Chris, when showing below how to use RAW with= in SETCOOKIE, it's mentioned that one =91must still specify a name and valu= e=92, though the example after shows the domain parameter with a value, the= n secure and also HttpOnly parameters without a value. Is that right? Or perhaps I haven't fully understood the RAW part correctly= ? Thanks and regards, Scott From: talk@webdna.us Sent: 02 February 2020 13:03 To: Subject: Re: [WebDNA] Secure Cookies Chris, Hi - I missed the RAW option. That's great, all options available now. - Tom On Sun, 2 Feb 2020 at 11:19, > wrote: It was 8.5 , along with 3 new parameters: HTTPONLY MAXAGE RAW HTTPONLY should be T or F, just like SECURE. It adds a HttpOnly to the cook= ie. MAXAGE should be a date just like EXPIRES. It adds a Max-Age=3D to the cook= ie RAW lets you add anything you want to the cookie. You can use it conjunctio= n with the other parameters or in place of them. You must still specify a n= ame and value. Separate multiple raw parameters with a semi-colon and a spa= ce. For example: [SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&HTTPONLY=3DT&RAW=3Ddomain= =3Dexample.com; secure] or [SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&RAW=3Ddomain=3Dexample.com= ; secure; HttpOnly] - chris --------------------------------------------------------- This message is s= ent to you because you are subscribed to the mailing list talk@webdna.us To= unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.u= s/page.dna?numero=3D55 Bug Reporting: support@webdna.us --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

Hi, thanks for the further clarity all, knowledge ap= preciated.

 

Just for my understanding pls Chris, when showing be= low how to use RAW within SETCOOKIE, it's mentioned that one =91must still = specify a name and value=92, though the example after shows the domain para= meter with a value, then secure and also HttpOnly parameters without a value.

 

Is that right? Or perhaps I haven't fully understood= the RAW part correctly?

 

Thanks and regards,

Scott

 

 

From: talk@webdna.us
Sent: 02 February 2020 13:03
To: <talk@webdna.us>
Subject: Re: [WebDNA] Secure Cookies

 

Chris,

Hi - I missed the RAW option.  That's great, all options availabl= e now.

- Tom



On Sun, 2 Feb 2020 at 11:19, <talk@webdna.us> wrote:
It was 8.5 , along with 3 new parameters:
HTTPONLY
MAXAGE
RAW

HTTPONLY should be T or F, just like SECURE. It adds a HttpOnly to the cook= ie.

MAXAGE should be a date just like EXPIRES. It adds a Max-Age=3D to the cook= ie

RAW lets you add anything you want to the cookie. You can use it conjunctio= n with the other parameters or in place of them. You must still specify a n= ame and value. Separate multiple raw parameters with a semi-colon and a spa= ce.
For example:
[SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&HTTPONLY=3DT&R= AW=3Ddomain=3Dexample.com; secure]
or
[SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&RAW=3Ddomain=3Dexample.co= m; secure; HttpOnly]

- chris

--------------------------------------------------------- This message is s= ent to you because you are subscribed to the mailing list talk@webdna.us To= unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.u= s/page.dna?numero=3D55 Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_-- . Associated Messages, from the most recent to the oldest:

    
  1. RE: [WebDNA] Secure Cookies ("Scott @ Itsula" 2020)
  2. Re: [WebDNA] Secure Cookies (christophe.billiottet@webdna.us 2020)
  3. Re: [WebDNA] Secure Cookies (Stuart Tremain 2020)
  4. Re: [WebDNA] Secure Cookies (Brian Harrington 2020)
  5. Re: [WebDNA] Secure Cookies (Stuart Tremain 2020)
  6. RE: [WebDNA] Secure Cookies ("Scott @ Itsula" 2020)
  7. Re: [WebDNA] Secure Cookies (Tom Duke 2020)
  8. RE: [WebDNA] Secure Cookies ("Scott @ Itsula" 2020)
  9. Re: [WebDNA] Secure Cookies (Tom Duke 2020)
  10. Re: [WebDNA] Secure Cookies (christophe.billiottet@webdna.us 2020)
  11. Re: [WebDNA] Secure Cookies (Stuart Tremain 2020)
  12. Re: [WebDNA] Secure Cookies (christophe.billiottet@webdna.us 2020)
  13. Re: [WebDNA] Secure Cookies (Stuart Tremain 2020)
  14. Re: [WebDNA] Secure Cookies (Tom Duke 2020)
  15. RE: [WebDNA] Secure Cookies ("Scott @ Itsula" 2020)
  16. Re: [WebDNA] Secure cookies (HttpOnly/Secure) ("Dan Strong" 2013)
  17. Re: [WebDNA] Secure cookies (HttpOnly/Secure) (Tom Duke 2013)
  18. Re: [WebDNA] Secure cookies (HttpOnly/Secure) (WebDNA 2013)
  19. Re: [WebDNA] Secure Cookies (Tom Duke 2009)
  20. Re: [WebDNA] Secure Cookies (Tom Duke 2009)
  21. Re: [WebDNA] Secure Cookies (William DeVaul 2009)
  22. Re: [WebDNA] Secure Cookies (Tom Duke 2009)
  23. Re: [WebDNA] Secure Cookies (Frank Nordberg 2009)
  24. Re: [WebDNA] Secure Cookies (Govinda 2009)
  25. Re: [WebDNA] Secure Cookies ("Terry Wilson" 2009)
  26. Re: [WebDNA] Secure Cookies (William DeVaul 2009)
  27. Re: [WebDNA] Secure Cookies (William DeVaul 2009)
  28. Re: [WebDNA] Secure Cookies (Stuart Tremain 2009)
  29. Re: [WebDNA] Secure Cookies (Donovan Brooke 2009)
  30. Re: [WebDNA] Secure Cookies (Stuart Tremain 2009)
  31. Re: [WebDNA] Secure Cookies ("Terry Wilson" 2009)
  32. Re: [WebDNA] Secure Cookies (Stuart Tremain 2009)
  33. Re: [WebDNA] Secure Cookies (William DeVaul 2009)
2633 --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, thanks for the further clarity all, knowledge appreciated. Just for my understanding pls Chris, when showing below how to use RAW with= in SETCOOKIE, it's mentioned that one =91must still specify a name and valu= e=92, though the example after shows the domain parameter with a value, the= n secure and also HttpOnly parameters without a value. Is that right? Or perhaps I haven't fully understood the RAW part correctly= ? Thanks and regards, Scott From: talk@webdna.us Sent: 02 February 2020 13:03 To: Subject: Re: [WebDNA] Secure Cookies Chris, Hi - I missed the RAW option. That's great, all options available now. - Tom On Sun, 2 Feb 2020 at 11:19, > wrote: It was 8.5 , along with 3 new parameters: HTTPONLY MAXAGE RAW HTTPONLY should be T or F, just like SECURE. It adds a HttpOnly to the cook= ie. MAXAGE should be a date just like EXPIRES. It adds a Max-Age=3D to the cook= ie RAW lets you add anything you want to the cookie. You can use it conjunctio= n with the other parameters or in place of them. You must still specify a n= ame and value. Separate multiple raw parameters with a semi-colon and a spa= ce. For example: [SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&HTTPONLY=3DT&RAW=3Ddomain= =3Dexample.com; secure] or [SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&RAW=3Ddomain=3Dexample.com= ; secure; HttpOnly] - chris --------------------------------------------------------- This message is s= ent to you because you are subscribed to the mailing list talk@webdna.us To= unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.u= s/page.dna?numero=3D55 Bug Reporting: support@webdna.us --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

Hi, thanks for the further clarity all, knowledge ap= preciated.

 

Just for my understanding pls Chris, when showing be= low how to use RAW within SETCOOKIE, it's mentioned that one =91must still = specify a name and value=92, though the example after shows the domain para= meter with a value, then secure and also HttpOnly parameters without a value.

 

Is that right? Or perhaps I haven't fully understood= the RAW part correctly?

 

Thanks and regards,

Scott

 

 

From: talk@webdna.us
Sent: 02 February 2020 13:03
To: <talk@webdna.us>
Subject: Re: [WebDNA] Secure Cookies

 

Chris,

Hi - I missed the RAW option.  That's great, all options availabl= e now.

- Tom



On Sun, 2 Feb 2020 at 11:19, <talk@webdna.us> wrote:
It was 8.5 , along with 3 new parameters:
HTTPONLY
MAXAGE
RAW

HTTPONLY should be T or F, just like SECURE. It adds a HttpOnly to the cook= ie.

MAXAGE should be a date just like EXPIRES. It adds a Max-Age=3D to the cook= ie

RAW lets you add anything you want to the cookie. You can use it conjunctio= n with the other parameters or in place of them. You must still specify a n= ame and value. Separate multiple raw parameters with a semi-colon and a spa= ce.
For example:
[SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&HTTPONLY=3DT&R= AW=3Ddomain=3Dexample.com; secure]
or
[SETCOOKIE NAME=3DcookieName&VALUE=3DcookieValue&RAW=3Ddomain=3Dexample.co= m; secure; HttpOnly]

- chris

--------------------------------------------------------- This message is s= ent to you because you are subscribed to the mailing list talk@webdna.us To= unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.u= s/page.dna?numero=3D55 Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --_000_LNXP123MB178573101C06F9523361CDC381010LNXP123MB1785GBRP_-- . "Scott @ Itsula"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[append] and SSL (1997) taxTotal (1997) 2.1 bugs left over from beta cycle (1998) problem with [Format Days_To_Date] (2000) WebCatalog2 Feature Feedback (1996) Multiple Passwords (1997) problems with 2 tags (1997) WebCat2: Items xx to xx shown, etc. (1997) 4.0x on production server (2000) Sorting by date (1997) URGENT: WebDNA Server Not Running (2003) [WebDNA] [BULK] Should I be worried about this web traffic? (2017) [WebDNA] IIS 6.0 Custom Errors & WebDNA 6.2 (2009) Banner Ad example (Typhoon) and WebCatalog (1997) question: webmerchant connection (1997) Re:Need help... (1997) [HIDEIF] inside [FOUNDITEM] (1997) Still online from NY (2003) [WebDNA] Procedures to update to OSX Yosemite (2014) Search for non blank fields (2004)