[Seaside] Re: Comet timeouts with 403 forbidden

TimM tamackinnon at gmail.com
Wed Aug 18 08:30:52 UTC 2010


Kai-Uwe Pielka wrote:
> Hello Tim,
> 
> Maybe chapter 18.5 in the Seaside Book helps you. It describes how to Change Session timeout.
> 

Hey thanks - I knew I had read that somewhere but googling resulted in 
lots of other interesting tidbits and I got distracted.

You're right - thats what I want.

However I have tried Lukas' tip :

html document addLoadScript: (html jQuery ajax
		callback: [ 'the session is active' ];
		interval: 60 seconds)


Which I would think should work - but it doesn't seem to, for some 
reason - and I'm not sure why?

Of course - I can make my session 5 hours (which is probably ok for my 
noddy app - but i would like to do it properly).

Tim



More information about the seaside mailing list