Well I figured it out. When I accessed the index.jsp, I accesses it with a different context root (In tomcat, it was the project name). Tomvat is somehow allowing me to do that.
Since the history page had no context root, it woked, but after that when I use the correctcontext root, a new session gets created. Three hours wasted for nothing. Thanks for all you inputs On 3/12/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Dilip Ladhani <[EMAIL PROTECTED]> wrote: > Index Page > <a href"/viewHistoryDefault.do">Home Page</a> > > header,jsp > <a href="/TrnTracker/viewSchedule.do"">Schedule > Page</a> > > Is the context root (present in header, missing in > index) making a difference?? Do both ways of making links work?! If you're creating absolute URLs then aren't the above two links pointing at separate webapps? (As an aside, why aren't you building the struts links with the struts tags?) d. ____________________________________________________________________________________ No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.yahoo.com/mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]