Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Wednesday, November 16, 2005 11:01 AMTo: [EMAIL PROTECTED]Cc: Dimitrios GianninasSubject: Re: [flexcoders] sessions and maintenance questions  Dimitrios,   Sounds like your solution may solve a similar issue for

Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
afe in a production environment at all.   Hope that helps!   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Wednesday, November 16, 2005 11:01 AMTo: [EMAIL PROTEC

Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
, 2005 11:01 AMTo: [EMAIL PROTECTED]Cc: Dimitrios GianninasSubject: Re: [flexcoders] sessions and maintenance questions  Dimitrios,   Sounds like your solution may solve a similar issue for a project I'm working on.  Can you explain how the custom authentication relates to a timeout?  Is it the only

RE: [flexcoders] sessions and maintenance questions

2005-11-16 Thread Dimitrios Gianninas
11:01 AMTo: [EMAIL PROTECTED]Cc: Dimitrios GianninasSubject: Re: [flexcoders] sessions and maintenance questions Dimitrios,   Sounds like your solution may solve a similar issue for a project I'm working on.  Can you explain how the custom authentication relates to a timeout?  Is it the only

Re: [flexcoders] sessions and maintenance questions

2005-11-16 Thread Douglas Knudsen
We use the same approach as Dimitrios exmplained. if not in your web.xml file, just add it inside the web-app tag (from the JRun perspective) 60for a 60 minute timeout.DK On 11/16/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: Dimitrios,   Sounds like your solution may solve a similar is

Re: [flexcoders] sessions and maintenance questions

2005-11-16 Thread Jaime Bermudez
Dimitrios,   Sounds like your solution may solve a similar issue for a project I'm working on.  Can you explain how the custom authentication relates to a timeout?  Is it the only way to get one of the two fault codes you're checking for?  Also, I checked web.xml and I don't see any timeout set

RE: [flexcoders] sessions and maintenance questions

2005-11-14 Thread Dimitrios Gianninas
 Hi Robert,   To answer the first part, with our Flex applications we no longer store any data in the server session. We load any required data by the UI at start-up and cache it in a global model (ModelLocator if you are using Cairngorm). As for the session timeout, we config out RemoteO