We are having a bit of a hard time with an SEO issue and have been struggling
for some time to resolve it.  Was not sure where to post, but was thinking
here might be where I could get some help.

We use Struts 1.2.8, Tomcat 6.0.18, Tiles, Velocity.  All of our filters
turned off and do not use of JSPs.

The problem we are trying to resolve is that of session ids.  Search engines
are not handling session ids on our site well.   We seem to be creating a
session id without doing a getSession(true) or a getSession() right off of
our front page.

In creating a HttpSessionAttributeListener, we find this happening:

INFO  [081026 14:47:02] sessionCreated('6B50F65CAC0DB2B1E1CF67F8D7C256B3')
INFO  [081026 14:47:02] attributeAdded('6B50F65CAC0DB2B1E1CF67F8D7C256B3',
'org.apache.struts.action.LOCALE', 'en_US')
INFO  [081026 14:47:02] Session does exist. Start of Setup

As you might note, the session seems to be being created prior to our action
even being called, as shown in the last line.

Is there any idea on where this might be coming from within the technology
mentioned or what we might be able to do to remove it?

Later, once a user logs in, we would want session to be created, but not
where search engines would generally need to go.

Thank you for any ideas on how to approach this.

Regards,

John




-----
JohnE

http://jobbank.com/ jobbank.com 
-- 
View this message in context: 
http://www.nabble.com/Sessionid-question-tp20177394p20177394.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to