Re: Session Handling
Jacek Cała <[email protected]>
| Newsgroups | gmane.comp.corba.jacorb.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > 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 - > [email protected] > https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer > > _______________________________________________ jacorb-developer maillist - [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer