marc <marcv...@...> writes: > No we're doing a search site and do not need session. We want our URLs as clean > as possible. I know it's not a stripes question but is there a way to turn this > off?
Sure. Do not use Servlet API - attaching jsessionid parameter if cookies are not allowed was introduced with Servlet API. In other words: AFAIK every java web framework works this way. ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
