Hello! I have a running Seaside app (in Pharo). I'd like to change the session expiry. Found an example of: application cache expiryPolicy configuration at: #cacheTimeout put: (45 * 60 ) (I'd like to make it 45 minutes because of long uploads) I have this class as main object. WAComponent subclass: #GcMBFHMain instanceVariableNames: 'sessionId uploadData userInfo validLogin statusMessage ini db mode sessionData' classVariableNames: '' category: 'GiscomKkt' In this image the /seaside (configuration?) application is not present anymore (or switched off, I forgot what I did). QUESTIONS:
thanks Robert _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Wed, Feb 15, 2017 at 10:28 AM, Robert Kuszinger <[hidden email]> wrote:
WADispatcher default handlerAt: 'yourApp' 'yourApp' is whatever is after / (how you have registered the app). For example localhost:88/yourApp
I don't know.
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Wed, Feb 15, 2017 at 5:46 AM, Mariano Martinez Peck <[hidden email]> wrote:
I faced the same problem with page expiry - some pages have a
much longer workflow than the rest of my application -- hours vs 10mins. so I setup a simple js timer to re-submit the form every so often._______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |