0

Does anyone know whether and how is it possible to disable the JSESSIONID in jBoss 5.x from url parameters? I want to use only cookies. Please note that I'm searching for a jboss configuration or something like that. No java filters.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Panos
  • 7,227
  • 13
  • 60
  • 95

1 Answers1

0

Looks like the only solution is putting url filters in the application

Panos
  • 7,227
  • 13
  • 60
  • 95
  • I can't understand why some would downvote an answer that is the only solution for jboss 5.x ... If you find a better solution, then downvote. – Panos Mar 11 '13 at 10:10