Re: Session timeout
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I would THINK, though I haven't actually tested this (anyone else, by any chance?) that if you're doing a WOFileUpload, prior to the upload, your session would be checked out, then the upload would execute, then your session would be checked back in -- effectively like you were still active, and as a result, your session would not time out? You might want to set your session time really low (say like 1 minute) and try uploading something that takes 5 minutes and verify that the session actually does time out. ms On Jun 22, 2006, at 7:54 AM, Kieran Kelleher wrote: > See WOSession API ..... the timeout is a session property, not a > page property, so you could change the session timeout before the > upload and change it back afterward. > > HTH, Kieran > > On Jun 20, 2006, at 5:20 PM, Yury Peskin wrote: > >> Is there a way to suspend the session time out for one page >> programmatically? >> >> I have to upload a big file (~700 MB) and I’m afraid the session >> would time out before it gets done. >> >> _______________________________________________ >> WebObjects-dev mailing list >> [email protected] >> http://www.omnigroup.com/mailman/listinfo/webobjects-dev > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev