Deleting the cookies seem to work for me, like I said, I am using it as a Standalone install in web root, There is a "proxyApplication.cfc" file that farcry put in my wwwroot when I did my install...
I am using Ralio, so do you know where I should look in server config. I have used OpenBD in the past, new to Ralio.. and as far as I know, there is nothing in front of the web server.... Would there be anyway to disable those test/checks so others can login? Thanks and Cheers David On Aug 7, 7:13 pm, Justin Carter <[email protected]> wrote: > I can replicate the issue, it seems like cookie.hasSessionScope is set > to false... For that to happen one of the tests in core/ > Application.cfc: Line 50 must be failing: > > <cfif not len(cgi.http_user_agent) or (cookie.sessionScopeTested and > not cookie.hasSessionScope) or > reFindAny(this.botAgents,lcase(cgi.HTTP_USER_AGENT)) or > listcontains(this.botIPs,cgi.remote_addr)> > > If those tests fail you get treated like a bot and the session timeout > is set to 2 seconds. Since the cookie.sessionScopeTested and > cookie.hasSessionScope cookies are both set to never expire, you'll > always be treated as a bot after that. I deleted those two cookies > manually and somehow the test passed, so my session has remained > active for the last ~15 mins. It's not a fix, but you can at least > give that a try so that you'll be able to work in the webtop. > > Also, from looking at the tests above, the only one that really stands > out to me is a zero length user agent - are you sure there is nothing > in the webserver config or in front of the web server stripping out > the user agent? > > cheers, > Justin > > On Aug 8, 5:15 am, David Faircloth <[email protected]> wrote: > > > > > > > > > its been made now guys > > > On Aug 7, 2:53 pm, David Faircloth <[email protected]> wrote: > > > Going to set the account up, I deleted it on accident, should have it > > > up in 5-10 minutes. > > > > Also, during install I click the standalone option, cause I am > > > installing it in the web root. > > > > On Aug 7, 2:42 pm, David Faircloth <[email protected]> wrote: > > > > speakonnetwork.com > > > > > BTW, I am running Farcry in the web root, so In /farcry/projects/ > > > > speakon_network/ there isn't a www folder, its a wwwCopiedtoWebroot > > > > > Test Login > > > > > Username - test > > > > Password - test > > > > Login - speakonnetwork.com/farcry > > > > > (Play around for around 3-5 minutes, it will logged you out at some > > > > point.) -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
