Re: [WebDNA] Encode cookies ONLY via "method=Base64"

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101301
interpreted = N
texte = > I took a few minutes to try your code out. so far, my > tests on windows and linux show that this conevention > works every time. > > ..so, now we have a third encrypt/decrypt convention it > appears. ;-) But it *fails* on my client's Windows server that's been running for years! And it also *fails* on the new Windows server I just setup in my office yesterday!!! So even though some of you are having success, I can assure you that there is still a problem here ... :( ---------------------- When you've come up with some code that you think will work on the same WebDNA servers I've proven my code to fail on, I encourage you to post it here. Then I will test it and I'll let you know if it works or not -- but so far nothing has worked consistently on those servers ... Sincerely, Ken Grome > Brian Fries wrote: > > Encrypted cookies do work, but it takes two url's going > > in, and none coming back out. > > > > To set the cookie: > > [setcookie > > domain=yourdomain.com&name=crypt&value=[url][url][encry > >pt seed=12345678]bob the builder[/encrypt][/url][/url]] > > > > To retrieve the cookie: > > [decrypt seed=12345678][getcookie name=crypt][/decrypt] > > > > This has been tested on multiple server platforms, > > including WebDNA 5.1c and 6.0.1 on Mac, and 6.0a on Red > > Hat. > > > > Brian Fries > > BrainScan Software > > Brian, > > > The question is, do we simply document well all these > conventions, or do we try to unify the conventions? > We'll definately look at this when we get to that phase. > > You guys make our job easier! (well, most of you! ;-) ) > > Donovan Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2012)
  2. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2012)
  3. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime Inc, Matthew A Perosi " 2012)
  4. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Govinda 2012)
  5. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2012)
  6. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  7. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  8. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  9. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  10. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  11. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  12. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  13. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  14. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Gary Krockover" 2008)
  15. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  16. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  17. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Marc Thompson 2008)
  18. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Bob Minor 2008)
  19. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2008)
  20. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Marc Thompson 2008)
  21. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Patrick McCormick 2008)
  22. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  23. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Brian Fries 2008)
  24. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Christer Olsson 2008)
  25. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  26. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Donovan Brooke 2008)
  27. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  28. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  29. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  30. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  31. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  32. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  33. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2008)
  34. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Bob Minor 2008)
  35. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  36. RE: [WebDNA] Encode cookies ONLY via "method=Base64" ("Olin Lagon" 2008)
  37. RE: [WebDNA] Encode cookies ONLY via "method=Base64" ("Olin Lagon" 2008)
  38. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  39. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  40. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  41. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  42. Re: [WebDNA] Encode cookies ONLY via "method=Base64" ("Psi Prime, Matthew A Perosi " 2008)
  43. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
  44. Re: [WebDNA] Encode cookies ONLY via "method=Base64" (Stuart Tremain 2008)
  45. [WebDNA] Encode cookies ONLY via "method=Base64" (Kenneth Grome 2008)
> I took a few minutes to try your code out. so far, my > tests on windows and linux show that this conevention > works every time. > > ..so, now we have a third encrypt/decrypt convention it > appears. ;-) But it *fails* on my client's Windows server that's been running for years! And it also *fails* on the new Windows server I just setup in my office yesterday!!! So even though some of you are having success, I can assure you that there is still a problem here ... :( ---------------------- When you've come up with some code that you think will work on the same WebDNA servers I've proven my code to fail on, I encourage you to post it here. Then I will test it and I'll let you know if it works or not -- but so far nothing has worked consistently on those servers ... Sincerely, Ken Grome > Brian Fries wrote: > > Encrypted cookies do work, but it takes two url's going > > in, and none coming back out. > > > > To set the cookie: > > [setcookie > > domain=yourdomain.com&name=crypt&value=[url][url][encry > >pt seed=12345678]bob the builder[/encrypt][/url][/url]] > > > > To retrieve the cookie: > > [decrypt seed=12345678][getcookie name=crypt][/decrypt] > > > > This has been tested on multiple server platforms, > > including WebDNA 5.1c and 6.0.1 on Mac, and 6.0a on Red > > Hat. > > > > Brian Fries > > BrainScan Software > > Brian, > > > The question is, do we simply document well all these > conventions, or do we try to unify the conventions? > We'll definately look at this when we get to that phase. > > You guys make our job easier! (well, most of you! ;-) ) > > Donovan Kenneth Grome

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:

WebCatalog for guestbook ? (1997) RE: [WebDNA] IIS 6.0 Custom Errors & WebDNA 6.2 (2009) problems with 2 tags (1997) Showif, Hideif reverse logic ? (1997) Sku numbers (1997) 2.01 upgrade problems (1997) filemaker - orderfile (1997) Webstar 4.2 Stops Serving (2000) Stumpted Again (1997) Quiestion (1997) Macauth: Dates and No Scripting... (1997) splitting up items in a cart (1999) Sorry for the simple Question.. (1999) [SHOWIF] (1997) Emailer setup (1997) Re:Change WebDNA-Talk Mail due to no digest for 1wk (1997) Just Testing (1997) [WebDNA] Sandbox Triggers (2008) WebCat2b15MacPlugin - [protect] (1997) shownext (1997)