-3

I am using SDL Tridion to publish JSP pages to our Tomcat Application server. Every time I click on a link to another page it creates a new session. How can I prevent new sessions from being created for every page view?

Chris Summers
  • 10,153
  • 1
  • 21
  • 46
user1793215
  • 1
  • 2
  • 3
  • 1
    please post your jsp page code. – Jason Feb 07 '13 at 08:38
  • Please specify the version of Tridion you are using – Chris Summers Feb 07 '13 at 14:01
  • 1
    In current state, your question is pretty poor. Please post more details, code sample, explanation of what happens and what you think it should happen instead and of course more information on what you tries and how/why that failed. – Mihai Cădariu Feb 07 '13 at 17:06
  • 1
    I've also down-voted the question. Please take this positively. What it means is simply that in order to have people help you, and leave behind a good question and answer for future reference, you need to make sure the question is clear and contains all the relevant information (and perhaps make sure that irrelevant details are removed). If you fix the question, it will be upvoted again. – Dominic Cronin Feb 07 '13 at 17:31

1 Answers1

0

You can prevent the session creation by setting session=false

For more description check this once

Community
  • 1
  • 1
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307