Search results

  1. thingwarbler

    New WebMail Interface

    I'm reconfiguring my client's DNS settings as per Yash's guidelines earlier for branding the new DWMAIL webmail server (set a CNAME record for e.g. mail.domain.com to point to the new dwmail server by name or IP). However, I'm a bit confused (and not seeing the result I was hoping for --...
  2. thingwarbler

    Coldfusion MX 7

    -- you'd think that would give you some leverage with hSphere, then? I mean, they've apparently stonewalled one of their biggest customers for almost a year now on the MX7 issue -- doesn't seem like they're particularly concerned about your state of affairs? Just venting, appreciate that...
  3. thingwarbler

    Blackstone Released - When Will Jodo Upgrade?

    Stephen, it sounds like the problem is very specifically with Hsphere, not so much MX7. I have no particular love for Hsphere, and I'm wondering if the solution for those of us who *really* want to stay with jodohost but can't tolerate the never-ending delays that Psoft's apparent inability...
  4. thingwarbler

    Blackstone Released - When Will Jodo Upgrade?

    MX7 & Hsphere 2.5. Will Jodo Upgrade Now? So, how are these guys doing it? http://forum.vortechhosting.com/showthread.php?t=11204 -- they're running hsphere and are proudly announcing that they now have MX7 in production. Other hosts out there who are promoting MX7 on Hsphere-based reseller...
  5. thingwarbler

    session variables expire between pages?

    Heh, I actually did it the other way around -- intially there was no cflock (that didn't work) -- then I thought I'd give it a try with the lock in place (still didn't work). But thx for suggesting it. For now I'm probably going to rebuild the whole thing with either straight client variables...
  6. thingwarbler

    session variables expire between pages?

    hatton, sorry, should have made that clear: there's an underlying application.cfm that'll run for both these pages -- I only included the cfapplication in test.cfm for clarity.
  7. thingwarbler

    session variables expire between pages?

    hatton, one last follow-up: client variables persist across pages with the setup I'm testing. That makes sense, since client vars are explicitly forced into cookies as specified in the cfapplication tag, but shouldn't those same cookies be used by CF to maintain sessions? The site...
  8. thingwarbler

    new quota - thumbs up

    To all of you @ jodohost: had been hoping and asking for this for a while; a great thing to do for all of us on "the other end" -- thx so much for the bigger digs, it really makes a difference. :)
  9. thingwarbler

    session variables expire between pages?

    Hatton, thx for following up on this. Here's the code from test.cfm: <cfapplication name="neaetc" clientmanagement="yes" sessionmanagement="yes" setclientcookies="yes" setdomaincookies="yes" sessiontimeout="#createtimespan(0,4,0,0)#" clientstorage="cookie"> <!--- Set a session variable called...
  10. thingwarbler

    session variables expire between pages?

    stephen, thx -- i thought that was what it was doing by associating the session with a cftoken that's stored as a system-only cookie? Are you suggesting bypassing session scope alltogether and simply setting a cookie that holds the necessary info? Doesn't that create problems when...
  11. thingwarbler

    session variables expire between pages?

    I'm moving a client site to jodohost. The backend uses sessions to track logins etc. and works fine with cookie-stored sessions on the existing host's shared CF servers. When I test the new site on jodohost's servers, however, my sessions do *not* persist -- they die without a trace unless I...
  12. thingwarbler

    Time for an increase in alloted storage space?

    KCWebMonkey, Thx for the heads up re. ease of use -- so much for my prejudice. ;-)
  13. thingwarbler

    Time for an increase in alloted storage space?

    Stephen, Thx, appreciate the quick response as always. I guess a reseller account is s an option -- I would just like the increased space w/o the added hassle of dealing with a reseller account's complexity to provide features that I don't really need.
  14. thingwarbler

    Time for an increase in alloted storage space?

    I'm very happy with my jodohost account. So happy, in fact, that I'm looking to move additional clients over from another hosting provider. But here's the snag: even the Silver CF account only gives me 800Mb storage, and at a whopping $.10/month for each additional Mb it would be pricey to get...
  15. thingwarbler

    Joomla w. IIS/Apache on CF Windows Server?

    I'm considering installing Joomla for a client project; I'm on a shared CF account, and trying to figure out if I'll be able to run Joomla (www.joomla.org -- it's a fork of mambo) there. System requirements from Joomla claim it needs Apache, but apparently people have made it run under IIS6...
  16. thingwarbler

    CFX_jzip

    Anyone know if winCF happens to already be running a zip-file generator cfx like this one: http://www.cftagstore.com/tags/cfxjzip.cfm? Anyone know of a CF zip generator that's not java-based and has to be registered with the server? Finally, what is the jodohost procedure for requesting the...
Back
Top