How to configure session timeouts (age)

Petr Fischer <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hello, when starting my image with Seaside app, I have this code in startup method:

-----
WAMySeasideApp>>startUp: resuming 
	WAMySeasideApp waApplication
		preferenceAt: #maximumRelativeAge
		put: 18000. "5 hours"
	WAEFTTasksApp waApplication
		preferenceAt: #maximumAbsoluteAge
		put: 86400. "24 hours"
	ZnZincServerAdaptor startOn: 8080.

WAMySeasideApp>>waApplication
	^ WAAdmin defaultDispatcher handlerAt: 'my-seaside-app'
-----

This "maximum age" session parameters are correctly showing in seaside config web app, but every seaside session is still 30 minutes.

What is proper way to configure session timeouts (age), dynamically, via code?

Thanks, pf
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.