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:

Languages (1997) Join us at MacWorld -- in the booth and after the show!!! (1999) # fields limited? (1997) Interfacing WebMerchant to www.fedex.com (1997) Just-in-RAM? (2000) [listfiles] (2004) Protect vs Authenicate (1997) shortening the cart (1998) [cart]= (2004) Need help with text area (1998) page redirect in webDNA (1997) RE: ANother SHOWIF problem (1997) $flushdatabases question ... (1998) Listfiles context (2000) WebCatalog/WebMerchant Manuals Available (1998) Can't use old cart file (was One more try) (1997) Physical Security for WebCatalog Directories (1997) Google Web Accelerator (2005) AD Error Msg (1997) WebCatalog 4.0 has been released! (2000)