Alfonso Martinez wrote: > To enable sessions without cookies one must do an encodeURL() on every link. Are >there any other alternatives??? Does it really work??? > +That's a lot of work, so I wanted to ask before doing it. Thanks a lot, and sorry >if this tread is a little out of topic. > > Jose Alfonso > >
Yes that method really works; I've done it. Yes also, it is a lot of work and I can't stand having to do it. In ATG Dynamo's JHTML pages, the page compiler automatically finds all form actions and hrefs and does it for you. That kind of parsing is not hard, so I don't see why the people who define the specs can't enforce in a later servlet api version the requirement for web containers to do it and save the developers some unecessary coding. David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
