About the Session ObjectRepository
"Ming Peng" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <005e01c33c7f$8b972f00$712ca8c0@wks02> |
Dear Sir I have a question on the "ObjectRepository".Sometimes,I want to check whether the user ,who just made the request, has login in by the HttpSession.If not,when I call the "ObjectRepository.getSessionRepository()",what will I get?A "null"?And if I want to setup a new session for a user,I must call the "ObjectRepository.setupSessionRepository(HttpServletRequest req)"---is that right? Sorry for my poor English.And thanks for your answer or any hints.