[jacorb-developer] Session Handling

Jacek Cała jacek.cala at gmail.com
Mon Jul 12 22:49:12 CEST 2010


  Hi,

I won't send you any book references but I think there are at least three
approaches to handle sessions and you can look for:

1) sending a session id together with operation parameters,
2) sending a session id using operation context,
3) using a session manager and a separate session object for every new
client.

The first one is simple yet more like a brute force, the last one is more
object-oriented, the second one is neither this nor that.

  Regards,
  Jacek


2010/7/10 Sridhar S <s.sridhar4u at gmail.com>

> Hi All,
>
> I am new to programming on CORBA.
>
> I would be thankful, if any one explains me or give me some url/doc which
> talks about handling sessions(User State) in CORBA. I have experience
> in developing application where the server recognizes the user state using
> session id stuff, do we have any thing like that in CORBA.
>
> Thanks
> Sridhar
> _______________________________________________
> jacorb-developer maillist  -
> jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
>


More information about the jacorb-developer mailing list