On Thu, 2009-09-03 at 17:05 +0530, Anish wrote: > > Please tell us this stop in detail. Do you see that any of your data is > > in the session? > Hi > > Yes my data is still present in the session as I'm seeing in tomcat > logs. It just picks up wrong values from session if I use IE.
Hmm, basically you get a wrong session then. Could it be a problem of the class? Maybe it is static without sync and it gives you an object that is already in the object store. Should be normally the same for firefox but maybe IE ignores the header and do not ask for a new object. > > > Tell us more about that. Is it a module, or is it based on the > > publication? Do you use the usecase framework to show the page or do you > > use custom flow? ... > I have written my own module and it has its own flow apart from > usecase framework. > > My process flow is: > 1. At the time of login I store a set of string values in the > session > 2. While navigating the login section, I use these stored > values for validating the session. > 3. Based on the response that i get from my session handler class > I decide whether to redirect the user to login section or > homepage. > But if I request from IE it redirects to homepage (unpredictable), it > appears that it takes wrong values from session. For firefox there is > not such issue and code works perfectly. The following sounds weird but it is worth a try. Should down everything (lenya/firefox and IE) start lenya and ONLY use IE to login. What happens? It is important that you do NOT use firefox at all before. salu2 > > > > Thorsten Scherler wrote: > > On Wed, 2009-09-02 at 21:03 +0530, Anish wrote: > > > > > Hi All > > > > > > I'm working on login functionality in my application (Lenya 2.0.3, > > > Firedocs, tomcat 5.5.17). I used to store login info in the session if > > > my user (my application's user) is authenticated from DB. > > > > > > I'm facing a strange problem, if I use Mozilla Firefox it works fine > > > and my request moves fine within the sitemap (control flow in > > > sitemap). But in case of IE it stops in between without any exception > > > (even not in lenya logs). > > > > > > > Please tell us this stop in detail. Do you see that any of your data is > > in the session? I do not use IE but I think I heard that there is > > something like firebug for IE. Use that to see the responses. > > > > Determine the point of the app code where IE will stop working. Surround > > it with debug statements and send us the corresponding output for IE AND > > firefox. Just the most important ones if we need more we will ask again. > > > > > > > My application logic is fine as it works fine with firefox. I've added > > > type="noncaching"to all my pipelines still IE redirecting to login > > > page. I thought it was due to some cache problem but it's working well > > > for firefox. > > > > > > > > > (Please note all this is in live area and this login is my application > > > login, not lenya's authoring login) > > > > > > > Tell us more about that. Is it a module, or is it based on the > > publication? Do you use the usecase framework to show the page or do you > > use custom flow? ... > > > > salu2 > > > > > > > Please suggest. > > > -- > > > Anish Sneh > > > Software Engineer > > > Techblue Softwares Pvt. Ltd. > > > www.technologyblueprint.co.uk > > > > > > > > > > > > Thanks & regards > -- > Anish Sneh > Software Engineer > Techblue Softwares Pvt. Ltd. > www.technologyblueprint.co.uk > > -- Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
