I have set up a jabsorb server with default settings, but now I need
to write a client that does not support cookies. However, if I dont
have a jsessionid on my request headers, the server is responding with
the following error:
{"code":591,"msg":"method with the requested number of arguments not
found (session may have timed out)"}
Is it possible to disable JSESSIONID in jabsorb/tomcat? Or any other
solutions?
Any suggestions are highly apprecaited!
King regards,
Ikrom
> --
> You received this message because you are subscribed to the Google Groups "jabsorb-user" group.
> To post to this group, send email to jabsor...@googlegroups.com.
> To unsubscribe from this group, send email to jabsorb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jabsorb-user?hl=en.
>
>
On Jan 25, 12:21 pm, Arthur Blake <arthur.bl...@gmail.com> wrote:
> Did you try using the Global bridge, as outlined in section 2.2 athttp://jabsorb.org/Manual?
> If you don't use the session, It's irrelevant whether your web server
> is setting the JSESSIONID cookie or not.
>