On Wed, Dec 30, 2009 at 3:50 AM, Hugo Ahlenius <[email protected]> wrote:

> Best would be if I can get to the timeout settings for each session.
>

I'm not aware of any way to set different session timeout values on a
per-session basis. You can do this at the Java level, but as far as I know
there's no way to do this at the CFML engine level. I could be wrong, but
I've never run into anything like that.


>
> I can see that Mura tries to set different session timeouts for possible
> bots in the OnRequestStart method of Application.cfc. But I have a feeling
> that the timeouts gets mixed up there - either that it updates it for all
> sessions when bots hit the server, or that it doesn't get set at all (and
> it
> uses the default session timeout, from the admin).
>

How specifically are they trying to manipulate the session timeout?


>
> I was starting to try to troubleshoot this the hard way (using OnSessionEnd
> to dump info), but I don't really have the patience to sit and wait for
> sessions to time out for me... !
>

Does setting the session timeout to a really short value (like 1 minute) do
the trick? I'm just not sure what Mura's doing.

If Mura is using either undocumented Adobe CF-specific features, or using
the Adobe CF admin API, then this won't be compatible with OpenBD since
there's (as of yet) no compatibility layer as far as the admin API goes. So
if it's not throwing an error I suspect it's just getting ignored.

If you can provide a bit more info as to exactly what Mura is doing I can
give you a more definitive answer.
-- 
Matthew Woodward
[email protected]
http://mpwoodward.posterous.com
identi.ca/Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to