Re: Safari browser and WebDNA set-cookies

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 46720
interpreted = N
texte = Because I have experienced that some browsers don't support the SetCookie WebDNA properly. So in stead I use the Raw version, which has shown to be more compatible.But if you have a good WebDNA SetCookie piece of code, please forward it to me and I'll try it again.But I would like to have the code (below) sorted out too. I might learn something ;)PowerPalle On tirsdag, jan 7, 2003, at 22:59 Europe/Copenhagen, Jay Van Vark wrote:> Why are you going to all this return raw effort... > > Use the SetCookie... > > On 1/7/03 1:42 PM, Palle Bo Nielsen wrote: > >> Okay my Cookie code is like this... >> >> [ReturnRaw]HTTP/1.0 302 Found[unurl]%0D%0A[/unurl]Set-Cookie: >> macnyt=[lookup >> db=/databases/ >> profile.db&value=[db_email]&lookinfield=db_email&returnfield=db_serial >> nu >> mber]; path=/; expires=[format days_to_date %A, >> %d-%b-%Y][math]{[date]}+{01/00/0000}[/math][/format] [hideif >> [browsername]^MSIE][unurl]%0D%0A[/unurl][/hideif] [math >> time]{[time]}-{2:00:00}[/math] GMT&path=/; domain=[GETMIMEHEADER >> Host][unurl]%0D%0A[/unurl]Location: http://[GETMIMEHEADER >> Host][unurl]%0D%0A%0D%0A[/unurl][/ReturnRaw] >> >> This does not work in Safari... >> >> Any help would be appreciated :) >> >> PowerPalle >> >> >> On tirsdag, jan 7, 2003, at 22:31 Europe/Copenhagen, Sam Lewis wrote: >> >>> Not sure about cookies but this might be related. Safari doesn't pass >>> authentication info to sub-pages of a site. >>> >>> If I log-in to my intranet and then go to a sub-page on that site my >>> [username] is not available. I believe that Safari is not including >>> the authentication info in the request. >>> >>> So I could imagine that the cookie is being set but not returned on >>> subsequent requests. That would be akin to what I'm seeing with >>> authentication. >>> >>> I think they've got a long way to go with that iapp. >>> >>> Sam >>> >>> >>>> Hi all, >>>> >>>> Been discussing this with a lot of other webmasters this night. The >>>> new Safari webbrowser from Apple seems to have some problems with >>>> Cookies. Any other WebDNA site experienced problems with Cookies? >>>> >>>> I think I have a clean WebDNA Cookie code, which works with all >>>> other >>>> browsers but it won't set the Cookie's with Safari... >>>> >>>> PowerPalle >>>> >>>> >>>> > > Jay Van Vark > 'Guiding Positive Change in High-Tech Companies' > one box voicemail (866) 248-7670 x 6471 > efax (801) 659-7952 > > -- Great tool for advertising bid optimization, check out: > http://www.Promote4Less.com > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ >------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Safari browser and WebDNA set-cookies (Bob Minor 2003)
  2. Re: Safari browser and WebDNA set-cookies (Palle Bo Nielsen 2003)
  3. Re: Safari browser and WebDNA set-cookies (Palle Bo Nielsen 2003)
  4. Re: Safari browser and WebDNA set-cookies (Nitai @ ComputerOil 2003)
  5. Re: Safari browser and WebDNA set-cookies (Clint Davis 2003)
  6. Re: Safari browser and WebDNA set-cookies (Matthew Bohne 2003)
  7. Re: Safari browser and WebDNA set-cookies (Clint Davis 2003)
  8. Re: Safari browser and WebDNA set-cookies (Rob Marquardt 2003)
  9. Re: Safari browser and WebDNA set-cookies (Nitai @ ComputerOil 2003)
  10. Re: Safari browser and WebDNA set-cookies (Nitai @ ComputerOil 2003)
  11. Re: Safari browser and WebDNA set-cookies (Nitai @ ComputerOil 2003)
  12. Re: Safari browser and WebDNA set-cookies (Kenneth Grome 2003)
  13. Re: Safari browser and WebDNA set-cookies (Glenn Busbin 2003)
  14. Re: Safari browser and WebDNA set-cookies (Sam Lewis 2003)
  15. Re: Safari browser and WebDNA set-cookies (Rob Marquardt 2003)
  16. Re: Safari browser and WebDNA set-cookies (Bob Minor 2003)
  17. Re: Safari browser and WebDNA set-cookies (Sam Lewis 2003)
  18. Re: Safari browser and WebDNA set-cookies (Palle Bo Nielsen 2003)
  19. Re: Safari browser and WebDNA set-cookies (Bob Minor 2003)
  20. Re: Safari browser and WebDNA set-cookies (Jay Van Vark 2003)
  21. Re: Safari browser and WebDNA set-cookies (Bob Minor 2003)
  22. Re: Safari browser and WebDNA set-cookies (Palle Bo Nielsen 2003)
  23. Re: Safari browser and WebDNA set-cookies (Sam Lewis 2003)
  24. Safari browser and WebDNA set-cookies (Palle Bo Nielsen 2003)
Because I have experienced that some browsers don't support the SetCookie WebDNA properly. So in stead I use the Raw version, which has shown to be more compatible.But if you have a good WebDNA SetCookie piece of code, please forward it to me and I'll try it again.But I would like to have the code (below) sorted out too. I might learn something ;)PowerPalle On tirsdag, jan 7, 2003, at 22:59 Europe/Copenhagen, Jay Van Vark wrote:> Why are you going to all this return raw effort... > > Use the SetCookie... > > On 1/7/03 1:42 PM, Palle Bo Nielsen wrote: > >> Okay my Cookie code is like this... >> >> [returnraw]HTTP/1.0 302 Found[unurl]%0D%0A[/unurl]Set-Cookie: >> macnyt=[lookup >> db=/databases/ >> profile.db&value=[db_email]&lookinfield=db_email&returnfield=db_serial >> nu >> mber]; path=/; expires=[format days_to_date %A, >> %d-%b-%Y][math]{[date]}+{01/00/0000}[/math][/format] [hideif >> [browsername]^MSIE][unurl]%0D%0A[/unurl][/hideif] [math >> time]{[time]}-{2:00:00}[/math] GMT&path=/; domain=[GETMIMEHEADER >> Host][unurl]%0D%0A[/unurl]Location: http://[GETMIMEHEADER >> Host][unurl]%0D%0A%0D%0A[/unurl][/ReturnRaw] >> >> This does not work in Safari... >> >> Any help would be appreciated :) >> >> PowerPalle >> >> >> On tirsdag, jan 7, 2003, at 22:31 Europe/Copenhagen, Sam Lewis wrote: >> >>> Not sure about cookies but this might be related. Safari doesn't pass >>> authentication info to sub-pages of a site. >>> >>> If I log-in to my intranet and then go to a sub-page on that site my >>> [username] is not available. I believe that Safari is not including >>> the authentication info in the request. >>> >>> So I could imagine that the cookie is being set but not returned on >>> subsequent requests. That would be akin to what I'm seeing with >>> authentication. >>> >>> I think they've got a long way to go with that iapp. >>> >>> Sam >>> >>> >>>> Hi all, >>>> >>>> Been discussing this with a lot of other webmasters this night. The >>>> new Safari webbrowser from Apple seems to have some problems with >>>> Cookies. Any other WebDNA site experienced problems with Cookies? >>>> >>>> I think I have a clean WebDNA Cookie code, which works with all >>>> other >>>> browsers but it won't set the Cookie's with Safari... >>>> >>>> PowerPalle >>>> >>>> >>>> > > Jay Van Vark > 'Guiding Positive Change in High-Tech Companies' > one box voicemail (866) 248-7670 x 6471 > efax (801) 659-7952 > > -- Great tool for advertising bid optimization, check out: > http://www.Promote4Less.com > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ >------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Palle Bo Nielsen

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:

[searchString] (1997) Textarea Breaks (2000) Some ThankYou page problems (1997) OT: Weird table rendering w/ WebCat in Explorer (2005) Final invoice problems (1998) Number searching/formats (1998) RE: IIS4b2 and WebCatalog b19 (1997) Grepping URL-Encoded Text (2004) input type=file has no value? (2003) Weird Problem (1997) WebCat/CyberStudio Compatibility (1998) WebCat2: Items xx to xx shown, etc. (1997) Cookie problem ... (2002) searching illegal HTML (2002) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Country & Ship-to address & other fields ? (1997) OLD PROBLEM (1997) Search all Fields in a db (1997) Applescript, WebDNA, and PDF (1997) WebDelivery sweep speed (was ) (2000)