Hi,

I would subclass LinkTag resp. RewriteTag and let them not append the session id if the agent-name is somethink like GoogleBot or so.
I already thought about doing something like this to not create session-id for links to css, jsp, gif files, but I didn't have the time until now.



HTH Christoph


Sergiusz Jarczyk wrote:
Hi All
I'm currently working on a large webapp, powered by Struts, and I have a serious problem with making it SE-friendly. The problem is, I don't know how to make Struts to not attach session id (i.e. no encodeURL()) the URL returned to visitor, in case it's a robot (i.e. googlebot). In other words, how to make Struts to selectively disable sessions. I don't want to disable session tracking for all visitors, as I need it for the app logic. Any servlet filters and/or mod_rewrite solutions are not a choice, as they don't stop Struts from generating links with the session id attached.
Any ideas?


TIA,
Sergiusz

---------------------------------------------------------------------
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]



Reply via email to