Re: Using the HttpSession object with openamf
"Sean C. Sullivan" <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <[email protected]> |
Do you have cookies enabled in your web browser? What servlet container are you using? Tomcat? Bruce Raggett wrote: > > I found and tried the RequestContext class before sending my first > email message to the mailing list. However the RequestContext class > did not return the same HttpSession object on subsequent calls. > > I then did a web search on RequestContext and openamf, and found a > reply on a mailing list (which may have been incorrect) which stated > that the RequestContext class would not return the same HttpSession > object across server calls. As this statement confirmed my test > results, I concluded (perhaps incorrectly) that it was correct. > > Is there something else that I have to do to associate my Flash > application with a session so that I don't get a new session on each call? > > Also, could you tell me what the purpose of the Authentication class > in the openamf distribution is, and how it is used (it is an empty > class but serializable)? > > Many thanks, > Bruce. >