Using the HttpSession object with openamf
"Bruce Raggett" <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <000601c5abca$8cd8a940$fc3d3bcb@phicorp> |
Hello All, I am developing a small Flash application and am having trouble trying to determine how to use the HttpSession object with openamf. On the first call to the server I want to create an HttpSession object and store user data from the application's database in the HttpSession object. Then in subsequent calls to the server I want to check that the HttpSession object is still valid and retrieve the data I cached in the HttpSession object on my first call to the server. However I am unable to determine how to do this, as I cannot find any method that I can call from a plain Java object that will return me the HttpSession object. Any help will be appreciated. Many thanks, Bruce.