Kulandaivadivel Duraisamy wrote: > Hi All, > > I'm doing one custom Application in Asp. WebServer is IIS.
This user group is for using Apache::ASP, not IIS ASP, so you might find more help elsewhere. > In my Application I'm storing some Session Values in initial pages. > After that my page calls some other web application developed in > Servlets, JSP(different webserver). > From there I'm calling my asp pages(my Application Asp pages) .But the > session value does not exist.(sometime it exist) .I don't understand > what is the problem. As long as the sessions are cookie driven, it shouldn't matter if the user hops back & forth. However, IE can drop cookies in my experience when dealing with frames and/or popup windows. Further, consider what would happen if the user bookmarked the JSP page, and then went to the ASP page, no session. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
